diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-22 14:56:16 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-22 14:56:16 +0000 |
commit | 55348884b5fddb0fb8ebdf45fc6aac4e59b8a212 (patch) | |
tree | c1d55711096c314c5b0a33c30dbb7ae5f51a7140 /src/or/relay.c | |
parent | df89748388c3c50f54f988d851626bbe77159d1e (diff) | |
download | tor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.tar.gz tor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.zip |
Fix all of the doxygen warnings not pertaining to missing documentation.
svn:r17727
Diffstat (limited to 'src/or/relay.c')
-rw-r--r-- | src/or/relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index 350bf802f1..6060da0b81 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -1804,7 +1804,7 @@ append_cell_to_circuit_queue(circuit_t *circ, or_connection_t *orconn, } } -/** Append an encoded value of <b>addr<b> to <b>payload_out</b>, which must +/** Append an encoded value of <b>addr</b> to <b>payload_out</b>, which must * have at least 18 bytes of free space. The encoding is, as specified in * tor-spec.txt: * RESOLVED_TYPE_IPV4 or RESOLVED_TYPE_IPV6 [1 byte] |