diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-04 19:56:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-04 19:56:33 -0400 |
commit | 361260ff8f31b88946e50e96bd9f5d082264f02c (patch) | |
tree | fc173c9996579e7cc881defcebc3284187859bb1 /src/or/connection_or.c | |
parent | f68c042637d253dfb3160357ba2b9ec530cb48ef (diff) | |
download | tor-361260ff8f31b88946e50e96bd9f5d082264f02c.tar.gz tor-361260ff8f31b88946e50e96bd9f5d082264f02c.zip |
Resolve some markup complaints from doxygen
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 |