diff options
author | Roger Dingledine <arma@torproject.org> | 2020-11-23 14:08:42 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2020-11-23 14:08:42 -0500 |
commit | 4f1e38ec8efee291668f8706ca946b0988f64352 (patch) | |
tree | 7e316d91c060f8b945e702c4ff19c19687349a1b /src/feature/nodelist | |
parent | ff2b7ae1f3f6066c501b1c4099e3d20dd0533acb (diff) | |
download | tor-4f1e38ec8efee291668f8706ca946b0988f64352.tar.gz tor-4f1e38ec8efee291668f8706ca946b0988f64352.zip |
fix two trivial comment mistakes
Diffstat (limited to 'src/feature/nodelist')
-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 ece3c9e059..5deec01f82 100644 --- a/src/feature/nodelist/networkstatus.c +++ b/src/feature/nodelist/networkstatus.c @@ -240,7 +240,7 @@ networkstatus_get_cache_fname,(int flav, } /** - * Read and and return the cached consensus of type <b>flavorname</b>. If + * Read 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 * the file isn't there. */ static tor_mmap_t * |