tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 0b0e4886cfd78687f8ba80da1988524bb15aa17c
parent c6d7e0becf33409f87c41c369cd3b561f477df2b
Author: Roger Dingledine <arma@torproject.org>
Date:   Thu,  5 Apr 2018 15:59:37 -0400

fix confusing comment

presumably introduced by copy-and-paste mistake

Diffstat:
Msrc/or/entrynodes.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 *<b>guard_state_p</b> is * not working, and advances the state of the guard module. */