From 49a57d8ddeda90261072f0e83b0fa2f6dea02c50 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 6 Oct 2012 20:48:29 +0000 Subject: [PATCH] Typo. --- traceroute.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traceroute.cc b/traceroute.cc index 4bafc6e1c..37f3d4ffd 100644 --- a/traceroute.cc +++ b/traceroute.cc @@ -972,7 +972,7 @@ void traceroute_hop_cache_clear() { and that differences aren't meaningful. (This has the same effect as if we were to send probes strictly serially, because then there would be no parent hops to potentially conflict, even if in fact they would if traced to - completion. */ + completion.) */ static Hop *merge_hops(const struct sockaddr_storage *tag, Hop *a, Hop *b) { Hop head, *p;