summaryrefslogtreecommitdiff
path: root/src/common/address.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-22 14:56:16 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-22 14:56:16 +0000
commit55348884b5fddb0fb8ebdf45fc6aac4e59b8a212 (patch)
treec1d55711096c314c5b0a33c30dbb7ae5f51a7140 /src/common/address.c
parentdf89748388c3c50f54f988d851626bbe77159d1e (diff)
downloadtor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.tar.gz
tor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.zip
Fix all of the doxygen warnings not pertaining to missing documentation.
svn:r17727
Diffstat (limited to 'src/common/address.c')
-rw-r--r--src/common/address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/address.c b/src/common/address.c
index efbc79c2be..df4c3f5701 100644
--- a/src/common/address.c
+++ b/src/common/address.c
@@ -1012,7 +1012,7 @@ tor_addr_from_str(tor_addr_t *addr, const char *src)
}
/** Parse an address or address-port combination from <b>s</b>, and put the
- result in <b>addr_out</b? and (optionally) <b>port_out</b>. Return 0 on
+ result in <b>addr_out</b> and (optionally) <b>port_out</b>. Return 0 on
success, negative on failure.*/
int
tor_addr_port_parse(const char *s, tor_addr_t *addr_out, uint16_t *port_out)