diff options
author | teor <teor2345@gmail.com> | 2014-10-23 02:35:46 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-10-23 02:57:11 +1100 |
commit | c9d0967dd9b236254f2f461b7dab3909ee826351 (patch) | |
tree | 92119287269fdce390b249d2c69cd0bbe95c1e6b /src/common/address.c | |
parent | 67fdfcf27c874a64e30776d2e3d2469d0711d9ee (diff) | |
download | tor-c9d0967dd9b236254f2f461b7dab3909ee826351.tar.gz tor-c9d0967dd9b236254f2f461b7dab3909ee826351.zip |
Fix minor typos, two line lengths, and a repeated include
Diffstat (limited to 'src/common/address.c')
-rw-r--r-- | src/common/address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/address.c b/src/common/address.c index 07b76597da..20f4d14ddd 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -883,7 +883,7 @@ tor_addr_copy(tor_addr_t *dest, const tor_addr_t *src) memcpy(dest, src, sizeof(tor_addr_t)); } -/** Copy a tor_addr_t from <b>src</b> to <b>dest</b>, taking extra case to +/** Copy a tor_addr_t from <b>src</b> to <b>dest</b>, taking extra care to * copy only the well-defined portions. Used for computing hashes of * addresses. */ |