summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-11-04 21:44:31 -0500
committerNick Mathewson <nickm@torproject.org>2012-11-04 21:44:31 -0500
commit626a8b60d7752f38e6587bed9b614c6d039dd9f7 (patch)
tree227f93749508620dc346d2828ade36f47e123517 /src/or/routerlist.c
parente5ca5040a56b74f3d0de82d74946f0d9c7d44cc3 (diff)
parentffddd4de2a69a896be3886b8f48a218a70babbcc (diff)
downloadtor-626a8b60d7752f38e6587bed9b614c6d039dd9f7.tar.gz
tor-626a8b60d7752f38e6587bed9b614c6d039dd9f7.zip
Merge remote-tracking branch 'linus/bug5053-bug5055'
Conflicts: src/or/geoip.c
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 8c831496c0..1cefef9891 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -4791,7 +4791,7 @@ routers_sort_by_identity(smartlist_t *routers)
smartlist_sort(routers, compare_routerinfo_by_id_digest_);
}
-/** Called when we change a node set, or when we reload the geoip list:
+/** Called when we change a node set, or when we reload the geoip IPv4 list:
* recompute all country info in all configuration node sets and in the
* routerlist. */
void