summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-04-05 15:59:37 -0400
committerRoger Dingledine <arma@torproject.org>2018-04-05 15:59:37 -0400
commit0b0e4886cfd78687f8ba80da1988524bb15aa17c (patch)
tree129f7184c87d93f36b16fdbd72920cea04542ec0 /src
parentc6d7e0becf33409f87c41c369cd3b561f477df2b (diff)
downloadtor-0b0e4886cfd78687f8ba80da1988524bb15aa17c.tar.gz
tor-0b0e4886cfd78687f8ba80da1988524bb15aa17c.zip
fix confusing comment
presumably introduced by copy-and-paste mistake
Diffstat (limited to 'src')
-rw-r--r--src/or/entrynodes.c2
1 files changed, 1 insertions, 1 deletions
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 *<b>guard_state_p</b> is
* not working, and advances the state of the guard module.
*/