]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
nodelist: fix docs for networkstatus_read_cached_consensus_impl
authorcypherpunks <cypherpunks@torproject.org>
Tue, 11 Sep 2018 22:21:09 +0000 (22:21 +0000)
committercypherpunks <cypherpunks@torproject.org>
Wed, 12 Sep 2018 14:13:03 +0000 (14:13 +0000)
Fix on c12d2cb2dcfe52aadf528a70433b468327472eaf.

src/feature/nodelist/networkstatus.c

index 6492b828b182f5069bf562411ce297c14fc71322..6e386628d74c6d37a7188e108017021e86a04744 100644 (file)
@@ -201,7 +201,7 @@ networkstatus_reset_download_failures(void)
 
 /**
  * Read and and return the cached consensus of type <b>flavorname</b>.  If
- * <b>unverified</b> is false, get the one we haven't verified. Return NULL if
+ * <b>unverified</b> is true, get the one we haven't verified. Return NULL if
  * the file isn't there. */
 static char *
 networkstatus_read_cached_consensus_impl(int flav,