fix confusing comment

presumably introduced by copy-and-paste mistake
This commit is contained in:
Roger Dingledine 2018-04-05 15:59:37 -04:00
parent c6d7e0becf
commit 0b0e4886cf
1 changed files with 1 additions and 1 deletions

View 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.
*/