From: Roger Dingledine Date: Thu, 5 Apr 2018 19:59:37 +0000 (-0400) Subject: fix confusing comment X-Git-Tag: tor-0.3.4.1-alpha~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b0e4886cfd78687f8ba80da1988524bb15aa17c;p=thirdparty%2Ftor.git fix confusing comment presumably introduced by copy-and-paste mistake --- diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c index 2b6ff38c9c..88d1b94deb 100644 --- a/src/or/entrynodes.c +++ b/src/or/entrynodes.c @@ -2334,7 +2334,7 @@ entry_guard_cancel(circuit_guard_state_t **guard_state_p) } /** - * Called by the circuit building module when a circuit has succeeded: + * Called by the circuit building module when a circuit has failed: * informs the guards code that the guard in *guard_state_p is * not working, and advances the state of the guard module. */