summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/routerlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 6eb798f4af..dba976bdcc 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -567,7 +567,7 @@ _compare_signed_descriptors_by_age(const void **_a, const void **_b)
* routerlist, and clear the journal. Return 0 on success, -1 on failure.
*
* If <b>extrainfo</b> is true, rebuild the extrainfo store; else rebuild the
- * router descriptor store.
+ * router descriptor store. [XXX021 this sentence refers to bad args]
*/
static int
router_rebuild_store(int flags, desc_store_t *store)