summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-09-24 00:49:29 +0000
committerRoger Dingledine <arma@torproject.org>2008-09-24 00:49:29 +0000
commit982a22a1214f2394c9a8cd2099b749f3e780ab87 (patch)
tree87519b36bfc15363bcf946f1ed2064d7b4c06c78
parentf59c13b7a3c226589e71244136c3ed578c13426c (diff)
downloadtor-982a22a1214f2394c9a8cd2099b749f3e780ab87.tar.gz
tor-982a22a1214f2394c9a8cd2099b749f3e780ab87.zip
fix typo
svn:r16949
-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 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)
{