Fix comment typo

This commit is contained in:
Robert Ransom 2011-05-10 05:15:02 -07:00
parent 09d7af7789
commit b7452dcbcb

View 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_send(s, buf, len, flags) send(s, buf, len, flags)
#define tor_socket_recv(s, buf, len, flags) recv(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 * 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 * have a working in6_addr there anyway, so we can use it to parse IPv6
* addresses. */ * addresses. */