summaryrefslogtreecommitdiff
path: root/src/feature/nodelist
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-12-03 10:19:34 +1000
committerGitHub <noreply@github.com>2018-12-03 10:19:34 +1000
commit612b21b8eadea9209b62877e5796d8b461916536 (patch)
tree8b55d1c49de0a23e18b4c6c2eb8e1103988f1ad1 /src/feature/nodelist
parent469f47ef8dc8b18104108f0437c860ec88fca6ad (diff)
downloadtor-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/nodelist')
-rw-r--r--src/feature/nodelist/routerlist.c2
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.
*/