commit my annotations while i was hunting down the host order bug

This commit is contained in:
Roger Dingledine
2010-03-05 16:04:01 -05:00
parent 368ca2a646
commit 625963d92a
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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)
{