]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
comment: replace cached-routers with cached-descriptors
authorteor <teor@torproject.org>
Mon, 3 Dec 2018 00:19:34 +0000 (10:19 +1000)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 00:19:34 +0000 (10:19 +1000)
cached-routers has been gone for a long time

src/feature/nodelist/routerlist.c

index a8c9003e68e88563be0ea0ad3ba2cf32ba9d1818..b4d56459dfe434cd0a4340364a8929dd1cc90525 100644 (file)
@@ -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.
  */