From 745d016000c871f3a58d7d5c714fc5e3b4c863e9 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Aug 2009 00:07:46 +0000 Subject: [PATCH] Fix an incorrect comment. --- traceroute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traceroute.h b/traceroute.h index 7fc2b4a60..6b468bf02 100644 --- a/traceroute.h +++ b/traceroute.h @@ -200,7 +200,7 @@ class TraceGroup { TraceGroup(u32 dip, u16 sport, struct probespec& probe); ~TraceGroup(); /* map of all probes sent to this TraceGroups IP address. The map is keyed - * by the source port of the probe */ + * by the TTL value of the probe */ std::map < u16, TraceProbe * >TraceProbes; std::map < u16, TraceProbe * >::size_type size() { return TraceProbes.size ();