Przeglądaj źródła

comment: replace cached-routers with cached-descriptors

cached-routers has been gone for a long time
teor 7 lat temu
rodzic
commit
612b21b8ea
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/feature/nodelist/routerlist.c

+ 1 - 1
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.
  */