Browse Source

fix confusing comment

presumably introduced by copy-and-paste mistake
Roger Dingledine 6 years ago
parent
commit
0b0e4886cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/entrynodes.c

+ 1 - 1
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.
  */