aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-02 19:38:40 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-02 19:38:40 -0500
commit8221b5d587d6ae6b7d57d10b0ec9ea78e0c57651 (patch)
tree5274fccb7a74f5126e2fb801272de7b95d62531f /src
parent0015d0084262ddc60098b15d6cdf30ea66d59a53 (diff)
parent90ce8d0a5896348bf0acf284e6e7fdef5b64e813 (diff)
downloadtor-8221b5d587d6ae6b7d57d10b0ec9ea78e0c57651.tar.gz
tor-8221b5d587d6ae6b7d57d10b0ec9ea78e0c57651.zip
Merge remote-tracking branch 'tor-github/pr/559'
Diffstat (limited to 'src')
-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.
*/