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)