summaryrefslogtreecommitdiff
path: root/src/common/address.c
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2014-10-23 02:35:46 +1100
committerteor <teor2345@gmail.com>2014-10-23 02:57:11 +1100
commitc9d0967dd9b236254f2f461b7dab3909ee826351 (patch)
tree92119287269fdce390b249d2c69cd0bbe95c1e6b /src/common/address.c
parent67fdfcf27c874a64e30776d2e3d2469d0711d9ee (diff)
downloadtor-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.c2
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.
*/