From: teor (Tim Wilson-Brown) Date: Tue, 5 Apr 2016 03:45:37 +0000 (+1000) Subject: Fix a comment typo in compat.h X-Git-Tag: tor-0.2.9.1-alpha~299^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2b4db4f9bc1503788e470bdf67e770fbc2cc81;p=thirdparty%2Ftor.git Fix a comment typo in compat.h --- diff --git a/src/common/compat.h b/src/common/compat.h index 8cf84580c6..b6ee4106db 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -430,7 +430,7 @@ typedef int socklen_t; #ifdef _WIN32 /* XXX Actually, this should arguably be SOCKET; we use intptr_t here so that - * any inadvertant checks for the socket being <= 0 or > 0 will probably + * any inadvertent checks for the socket being <= 0 or > 0 will probably * still work. */ #define tor_socket_t intptr_t #define TOR_SOCKET_T_FORMAT INTPTR_T_FORMAT