aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-04-09 01:01:52 -0400
committerRoger Dingledine <arma@torproject.org>2014-04-09 01:01:52 -0400
commitaacbf551c459e3bccbd7dec53fcefbceaab98a33 (patch)
treefa998e7f8145148d2efb199307527c990ecf2b55
parentce99efd1f0b84d64e947157ef79855465c640969 (diff)
downloadtor-aacbf551c459e3bccbd7dec53fcefbceaab98a33.tar.gz
tor-aacbf551c459e3bccbd7dec53fcefbceaab98a33.zip
note a missing word
-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 f1bd12c193..0993e56743 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -98,7 +98,7 @@ static smartlist_t *trusted_dir_servers = NULL;
* and all fallback directory servers. */
static smartlist_t *fallback_dir_servers = NULL;
-/** List of for a given authority, and download status for latest certificate.
+/** List of [XXX what?] for a given authority, and download status for latest certificate.
*/
struct cert_list_t {
/*