summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-15 20:52:31 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-15 20:52:31 -0400
commit03e0c7e36608ba3830c3e6948529a3aca2edcfc1 (patch)
tree359e2ca6174186927072a7d865fdbb248e9bbfb1 /src/or/routerlist.c
parent1126ce1d86e925097c855a33c6a33638e086d35e (diff)
downloadtor-03e0c7e36608ba3830c3e6948529a3aca2edcfc1.tar.gz
tor-03e0c7e36608ba3830c3e6948529a3aca2edcfc1.zip
Answer a question in a comment; fix a wide line.
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 98a8adc3a0..f0197357ee 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -98,7 +98,8 @@ static smartlist_t *trusted_dir_servers = NULL;
* and all fallback directory servers. */
static smartlist_t *fallback_dir_servers = NULL;
-/** List of [XXX what?] for a given authority, and download status for latest certificate.
+/** List of certificates for a single authority, and download status for
+ * latest certificate.
*/
struct cert_list_t {
/*