summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-03-05 16:04:01 -0500
committerRoger Dingledine <arma@torproject.org>2010-03-05 16:04:01 -0500
commit625963d92a3457470cd5097051fddd00a6b5e04c (patch)
tree048870c8caec5bd8380aedfd0a651d5733faf586 /src/common
parent368ca2a646610132e02ea7608122286841e2dc7e (diff)
downloadtor-625963d92a3457470cd5097051fddd00a6b5e04c.tar.gz
tor-625963d92a3457470cd5097051fddd00a6b5e04c.zip
commit my annotations while i was hunting down the host order bug
Diffstat (limited to 'src/common')
-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 e51b7d8125..4569373f3b 100644
--- a/src/common/address.c
+++ b/src/common/address.c
@@ -726,7 +726,7 @@ tor_addr_is_loopback(const tor_addr_t *addr)
}
/** Set <b>dest</b> to equal the IPv4 address in <b>v4addr</b> (given in
- * network order. */
+ * network order). */
void
tor_addr_from_ipv4n(tor_addr_t *dest, uint32_t v4addr)
{