summaryrefslogtreecommitdiff
path: root/src/or/relay.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-11-22 07:15:30 -0500
committerRoger Dingledine <arma@torproject.org>2009-11-22 07:15:30 -0500
commit403f99eaa48b0374c9a21f624f81ecae521734b3 (patch)
tree50e3c0f67c80cdbc5a6a7ad8a410b375d8e61474 /src/or/relay.c
parent7f3f88bed38758d1f6f72cd0864cf93809bb5440 (diff)
downloadtor-403f99eaa48b0374c9a21f624f81ecae521734b3.tar.gz
tor-403f99eaa48b0374c9a21f624f81ecae521734b3.zip
add a minimum for CircuitStreamTimeout, plus a man page
plus some other unrelated touchups that have been sitting in my sandbox
Diffstat (limited to 'src/or/relay.c')
-rw-r--r--src/or/relay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/relay.c b/src/or/relay.c
index 2151ddeb9b..00e70d95c1 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -1846,7 +1846,7 @@ set_streams_blocked_on_circ(circuit_t *circ, or_connection_t *orconn,
}
/** Pull as many cells as possible (but no more than <b>max</b>) from the
- * queue of the first active circuit on <b>conn</b>, and write then to
+ * queue of the first active circuit on <b>conn</b>, and write them to
* <b>conn</b>-&gt;outbuf. Return the number of cells written. Advance
* the active circuit pointer to the next active circuit in the ring. */
int