aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-05-10 05:15:02 -0700
committerRobert Ransom <rransom.8774@gmail.com>2011-05-10 05:15:02 -0700
commitb7452dcbcb2f086e3fd7daf0c31b95d9e777190a (patch)
treeb2d2eed7e4dc30be60bc60ac29c4e7772832b486 /src
parent09d7af7789d1b5cd1fdad59fc7eafa7748b4bb57 (diff)
downloadtor-b7452dcbcb2f086e3fd7daf0c31b95d9e777190a.tar
tor-b7452dcbcb2f086e3fd7daf0c31b95d9e777190a.tar.gz
Fix comment typo
Diffstat (limited to 'src')
-rw-r--r--src/common/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index af795ffba..8144026ff 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -398,7 +398,7 @@ int get_n_open_sockets(void);
#define tor_socket_send(s, buf, len, flags) send(s, buf, len, flags)
#define tor_socket_recv(s, buf, len, flags) recv(s, buf, len, flags)
-/** Implementatino of struct in6_addr for platforms that do not have it.
+/** Implementation of struct in6_addr for platforms that do not have it.
* Generally, these platforms are ones without IPv6 support, but we want to
* have a working in6_addr there anyway, so we can use it to parse IPv6
* addresses. */