]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Documentation fix.
authorKarsten Loesing <karsten.loesing@gmx.net>
Sat, 2 May 2009 19:47:03 +0000 (21:47 +0200)
committerKarsten Loesing <karsten.loesing@gmx.net>
Sat, 2 May 2009 19:47:03 +0000 (21:47 +0200)
src/or/relay.c

index b4592e85f8758f210f0a2520533d8ca5b226a639..2d751e31c991ffae44b6e6e8162bfaf9cd5fc921 100644 (file)
@@ -1660,7 +1660,7 @@ prev_circ_on_conn_p(circuit_t *circ, or_connection_t *conn)
 }
 
 /** Add <b>circ</b> to the list of circuits with pending cells on
- * <b>conn</b>.  No effect if <b>circ</b> is already unlinked. */
+ * <b>conn</b>.  No effect if <b>circ</b> 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 <b>circ</b> to the list of circuits with pending cells on
+/** Remove <b>circ</b> from the list of circuits with pending cells on
  * <b>conn</b>.  No effect if <b>circ</b> is already unlinked. */
 void
 make_circuit_inactive_on_conn(circuit_t *circ, or_connection_t *conn)