aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-04 08:59:14 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-04 08:59:14 +0000
commitc6b3cf4b968f65312a1e52aed53b7256a097ca2b (patch)
tree6ccfabc1c814fc6222438634353f4a123cde4213 /src
parent81429fdc348d4171053c96a203399d5598165ac9 (diff)
downloadtor-c6b3cf4b968f65312a1e52aed53b7256a097ca2b.tar.gz
tor-c6b3cf4b968f65312a1e52aed53b7256a097ca2b.zip
documentation bug
svn:r14935
Diffstat (limited to 'src')
-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)