diff options
author | Roger Dingledine <arma@torproject.org> | 2014-04-09 01:01:52 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-04-09 01:01:52 -0400 |
commit | aacbf551c459e3bccbd7dec53fcefbceaab98a33 (patch) | |
tree | fa998e7f8145148d2efb199307527c990ecf2b55 /src | |
parent | ce99efd1f0b84d64e947157ef79855465c640969 (diff) | |
download | tor-aacbf551c459e3bccbd7dec53fcefbceaab98a33.tar.gz tor-aacbf551c459e3bccbd7dec53fcefbceaab98a33.zip |
note a missing word
Diffstat (limited to 'src')
-rw-r--r-- | src/or/routerlist.c | 2 |
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 { /* |