diff options
author | Roger Dingledine <arma@torproject.org> | 2017-07-01 17:56:06 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-07-01 17:56:06 -0400 |
commit | 0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2 (patch) | |
tree | af2ed94a3032f793433c7e122785c314a90b55d5 /src/or/networkstatus.c | |
parent | bbc1b3c1aec862ade7f1fd9ce0b731fd917cabfb (diff) | |
download | tor-0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2.tar.gz tor-0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2.zip |
general formatting / whitespace / typo fixes
Diffstat (limited to 'src/or/networkstatus.c')
-rw-r--r-- | src/or/networkstatus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/networkstatus.c b/src/or/networkstatus.c index fffd1078be..a9a6227cd6 100644 --- a/src/or/networkstatus.c +++ b/src/or/networkstatus.c @@ -76,7 +76,7 @@ static strmap_t *unnamed_server_map = NULL; * status. */ STATIC networkstatus_t *current_ns_consensus = NULL; -/** Most recently received and validated v3 "microdec"-flavored consensus +/** Most recently received and validated v3 "microdesc"-flavored consensus * network status. */ STATIC networkstatus_t *current_md_consensus = NULL; @@ -1783,7 +1783,7 @@ networkstatus_set_current_consensus(const char *consensus, if (from_cache && !was_waiting_for_certs) { /* We previously stored this; check _now_ to make sure that version-kills - * really work. This happens even before we check signatures: we did so + * really work. This happens even before we check signatures: we did so * before when we stored this to disk. This does mean an attacker who can * write to the datadir can make us not start: such an attacker could * already harm us by replacing our guards, which would be worse. */ |