Explorar el Código

comment: replace cached-routers with cached-descriptors

cached-routers has been gone for a long time
teor hace 7 años
padre
commit
612b21b8ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.
  */