[tor-commits] [tor/master] fix confusing comment

arma at torproject.org arma at torproject.org
Thu Apr 5 20:00:05 UTC 2018


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

    fix confusing comment
    
    presumably introduced by copy-and-paste mistake
---
 src/or/entrynodes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c
index 2b6ff38c9..88d1b94de 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.
  */



More information about the tor-commits mailing list