aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-10-24 17:11:44 +0000
committerRoger Dingledine <arma@torproject.org>2004-10-24 17:11:44 +0000
commit0b36c29c4d3387e3d56b77b396e9d0598860193a (patch)
treeff6b063aae28b745dde87762bd49c9269a0c54a4 /src/or/circuitlist.c
parentef4ac65f5e1d6223881ba952702b001e0be849b4 (diff)
downloadtor-0b36c29c4d3387e3d56b77b396e9d0598860193a.tar
tor-0b36c29c4d3387e3d56b77b396e9d0598860193a.tar.gz
fix wrong comment
svn:r2585
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r--src/or/circuitlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index d151cb03f..5611a7eb0 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -327,8 +327,8 @@ circuit_get_youngest_clean_open(uint8_t purpose) {
* circuit_close_all_marked(). Do any cleanup needed:
* - If state is onionskin_pending, remove circ from the onion_pending
* list.
- * - If circ isn't open yet, call circuit_build_failed() if we're
- * the origin, and in case call circuit_rep_hist_note_result()
+ * - If circ isn't open yet: call circuit_build_failed() if we're
+ * the origin, and in either case call circuit_rep_hist_note_result()
* to note stats.
* - If purpose is C_INTRODUCE_ACK_WAIT, remove the intro point we
* just tried from our list of intro points for that service