diff options
author | teor <teor@torproject.org> | 2018-12-03 10:19:34 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 10:19:34 +1000 |
commit | 612b21b8eadea9209b62877e5796d8b461916536 (patch) | |
tree | 8b55d1c49de0a23e18b4c6c2eb8e1103988f1ad1 /src/feature | |
parent | 469f47ef8dc8b18104108f0437c860ec88fca6ad (diff) | |
download | tor-612b21b8eadea9209b62877e5796d8b461916536.tar.gz tor-612b21b8eadea9209b62877e5796d8b461916536.zip |
comment: replace cached-routers with cached-descriptors
cached-routers has been gone for a long time
Diffstat (limited to 'src/feature')
-rw-r--r-- | src/feature/nodelist/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/routerlist.c b/src/feature/nodelist/routerlist.c index a8c9003e68..b4d56459df 100644 --- a/src/feature/nodelist/routerlist.c +++ b/src/feature/nodelist/routerlist.c @@ -160,7 +160,7 @@ static time_t last_descriptor_download_attempted = 0; * * From time to time, we replace "cached-descriptors" with a new file * containing only the live, non-superseded descriptors, and clear - * cached-routers.new. + * cached-descriptors.new. * * On startup, we read both files. */ |