From e25fdce900b305b3d0aa2bd54594d0189386d4db Mon Sep 17 00:00:00 2001 From: Karsten Loesing Date: Sat, 2 May 2009 21:47:03 +0200 Subject: Documentation fix. --- src/or/relay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/or/relay.c b/src/or/relay.c index b4592e85f..2d751e31c 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -1660,7 +1660,7 @@ prev_circ_on_conn_p(circuit_t *circ, or_connection_t *conn) } /** Add circ to the list of circuits with pending cells on - * conn. No effect if circ is already unlinked. */ + * conn. No effect if circ is already linked. */ void make_circuit_active_on_conn(circuit_t *circ, or_connection_t *conn) { @@ -1686,7 +1686,7 @@ make_circuit_active_on_conn(circuit_t *circ, or_connection_t *conn) assert_active_circuits_ok_paranoid(conn); } -/** Remove circ to the list of circuits with pending cells on +/** Remove circ from the list of circuits with pending cells on * conn. No effect if circ is already unlinked. */ void make_circuit_inactive_on_conn(circuit_t *circ, or_connection_t *conn) -- cgit v1.2.3