Просмотр исходного кода

comment: replace cached-routers with cached-descriptors

cached-routers has been gone for a long time
teor 7 лет назад
Родитель
Сommit
612b21b8ea
1 измененных файлов с 1 добавлено и 1 удалено
  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.
  */