diff options
author | Linus Nordberg <linus@torproject.org> | 2012-10-31 16:38:07 +0100 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-10-31 16:38:07 +0100 |
commit | ffddd4de2a69a896be3886b8f48a218a70babbcc (patch) | |
tree | 4c9539362694fa862abec4f05d6b0067380bd092 /src/or/routerlist.c | |
parent | e7e68b80a74faa52fbf6e551bf373a405c6cdf97 (diff) | |
download | tor-ffddd4de2a69a896be3886b8f48a218a70babbcc.tar.gz tor-ffddd4de2a69a896be3886b8f48a218a70babbcc.zip |
Change some comments to reflect the multitude of GeoIP databases.
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 5327622f1b..9537331c64 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -4790,7 +4790,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 |