]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix comment typo
authorRobert Ransom <rransom.8774@gmail.com>
Tue, 10 May 2011 12:15:02 +0000 (05:15 -0700)
committerRobert Ransom <rransom.8774@gmail.com>
Tue, 10 May 2011 12:15:02 +0000 (05:15 -0700)
src/common/compat.h

index af795ffba916851933354043aeb73ba9d65775a3..8144026ff014cfc7ecfa25bd097161b219600a46 100644 (file)
@@ -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. */