From: Karsten Loesing Date: Sat, 2 May 2009 19:47:03 +0000 (+0200) Subject: Documentation fix. X-Git-Tag: tor-0.2.2.1-alpha~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25fdce900b305b3d0aa2bd54594d0189386d4db;p=thirdparty%2Ftor.git Documentation fix. --- diff --git a/src/or/relay.c b/src/or/relay.c index b4592e85f8..2d751e31c9 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)