diff options
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 6a2f2432e2..fbab666a75 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -1652,7 +1652,7 @@ or_handshake_state_free(or_handshake_state_t *state) /** * Remember that <b>cell</b> has been transmitted (if <b>incoming</b> is - * false) or received (if <b>incoming is true) during a V3 handshake using + * false) or received (if <b>incoming</b> is true) during a V3 handshake using * <b>state</b>. * * (We don't record the cell, but we keep a digest of everything sent or @@ -1691,8 +1691,8 @@ or_handshake_state_record_cell(or_handshake_state_t *state, } /** Remember that a variable-length <b>cell</b> has been transmitted (if - * <b>incoming</b> is false) or received (if <b>incoming is true) during a V3 - * handshake using <b>state</b>. + * <b>incoming</b> is false) or received (if <b>incoming</b> is true) during a + * V3 handshake using <b>state</b>. * * (We don't record the cell, but we keep a digest of everything sent or * received during the v3 handshake, and the client signs it in an |