diff options
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 a9f731e9a2..2a2924a756 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -820,7 +820,7 @@ tor_addr_hash(const tor_addr_t *addr) } } -/** Return a newly allocatd string with a representation of <b>addr</b>. */ +/** Return a newly allocated string with a representation of <b>addr</b>. */ char * tor_dup_addr(const tor_addr_t *addr) { |