diff options
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 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 |