]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix confusing comment
authorRoger Dingledine <arma@torproject.org>
Thu, 5 Apr 2018 19:59:37 +0000 (15:59 -0400)
committerRoger Dingledine <arma@torproject.org>
Thu, 5 Apr 2018 19:59:37 +0000 (15:59 -0400)
presumably introduced by copy-and-paste mistake

src/or/entrynodes.c

index 2b6ff38c9cfe89846093c7034f5b84dfd1a69008..88d1b94deb8d154b473bf5d920fd70b857ecf0d3 100644 (file)
@@ -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.
  */