diff options
author | cypherpunks <cypherpunks@torproject.org> | 2018-09-11 22:21:09 +0000 |
---|---|---|
committer | cypherpunks <cypherpunks@torproject.org> | 2018-09-12 14:13:03 +0000 |
commit | cb9fa3b04c7d35eb04bb5f695606bfafe97c88d1 (patch) | |
tree | 754326146ff317bb1f01c5bd66498ff3bf39ff0c /src | |
parent | ab91302fd04d3ee03a2855c1ffb8570923f8d40c (diff) | |
download | tor-cb9fa3b04c7d35eb04bb5f695606bfafe97c88d1.tar.gz tor-cb9fa3b04c7d35eb04bb5f695606bfafe97c88d1.zip |
nodelist: fix docs for networkstatus_read_cached_consensus_impl
Fix on c12d2cb2dcfe52aadf528a70433b468327472eaf.
Diffstat (limited to 'src')
-rw-r--r-- | src/feature/nodelist/networkstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c index 6492b828b1..6e386628d7 100644 --- a/src/feature/nodelist/networkstatus.c +++ b/src/feature/nodelist/networkstatus.c @@ -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, |