From: Robert Ransom Date: Tue, 10 May 2011 12:15:02 +0000 (-0700) Subject: Fix comment typo X-Git-Tag: tor-0.2.2.28-beta~8^2~5^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7452dcbcb2f086e3fd7daf0c31b95d9e777190a;p=thirdparty%2Ftor.git Fix comment typo --- diff --git a/src/common/compat.h b/src/common/compat.h index af795ffba9..8144026ff0 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. */