[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix wrong comment
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
circuitlist.c
Log Message:
fix wrong comment
Index: circuitlist.c
===================================================================
RCS file: /home/or/cvsroot/src/or/circuitlist.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- circuitlist.c 16 Oct 2004 22:56:46 -0000 1.12
+++ circuitlist.c 24 Oct 2004 17:11:44 -0000 1.13
@@ -327,8 +327,8 @@
* 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