]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Answer a question in a comment; fix a wide line.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Apr 2014 00:52:31 +0000 (20:52 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Apr 2014 00:52:31 +0000 (20:52 -0400)
src/or/routerlist.c

index 98a8adc3a080750102ea270f08c33499a1c23068..f0197357ee4f58f0e88a55083a8731dc270a4b57 100644 (file)
@@ -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 {
   /*