From 0b0e4886cfd78687f8ba80da1988524bb15aa17c Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 5 Apr 2018 15:59:37 -0400 Subject: fix confusing comment presumably introduced by copy-and-paste mistake --- src/or/entrynodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. */ -- cgit v1.2.3-54-g00ecf