aboutsummaryrefslogtreecommitdiff
path: root/src/common/address.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-16 14:47:27 -0400
committerNick Mathewson <nickm@torproject.org>2011-03-16 14:47:27 -0400
commit7f6af7a60281f00fde2e3b3f552edcc5f9311a04 (patch)
treefec5c651baa1953c69872d841e6a48e639fe2333 /src/common/address.c
parent2def9e0a6e8fc4fa21696aa4fa9cfeaf2442e706 (diff)
downloadtor-7f6af7a60281f00fde2e3b3f552edcc5f9311a04.tar
tor-7f6af7a60281f00fde2e3b3f552edcc5f9311a04.tar.gz
Fix up all doxygen warnings other than "foo is not documented"
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 a2780fb05..072661bdc 100644
--- a/src/common/address.c
+++ b/src/common/address.c
@@ -788,7 +788,7 @@ tor_addr_compare(const tor_addr_t *addr1, const tor_addr_t *addr2,
* Reduce over-specific masks (>128 for ipv6, >32 for ipv4) to 128 or 32.
*
* The mask is interpreted relative to <b>addr1</b>, so that if a is
- * ::ffff:1.2.3.4, and b is 3.4.5.6,
+ * \::ffff:1.2.3.4, and b is 3.4.5.6,
* tor_addr_compare_masked(a,b,100,CMP_SEMANTIC) is the same as
* -tor_addr_compare_masked(b,a,4,CMP_SEMANTIC).
*