]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a comment
authorNick Mathewson <nickm@torproject.org>
Wed, 21 Jan 2015 18:00:14 +0000 (13:00 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 21 Jan 2015 18:00:14 +0000 (13:00 -0500)
src/or/circuitbuild.c

index e01aca959a64b494f4b0c12579e84eb71e050194..6d5bbbf16cb90924c5324a51238f145f34fdfc4a 100644 (file)
@@ -552,9 +552,9 @@ circuit_handle_first_hop(origin_circuit_t *circ)
  *
  * Status is 1 if connect succeeded, or 0 if connect failed.
  *
- * Close_origin_circs is 1 if we should close all the origin circuits through
- * this channel, or 0 otherwise.  (This happens when we want to retry an
- * older guard.)
+ * Close_origin_circuits is 1 if we should close all the origin circuits
+ * through this channel, or 0 otherwise.  (This happens when we want to retry
+ * an older guard.)
  */
 void
 circuit_n_chan_done(channel_t *chan, int status, int close_origin_circuits)