commit 03e0c7e36608ba3830c3e6948529a3aca2edcfc1 Author: Nick Mathewson nickm@torproject.org Date: Tue Apr 15 20:52:31 2014 -0400
Answer a question in a comment; fix a wide line. --- src/or/routerlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 98a8adc..f019735 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 { /*