diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-04-05 13:45:37 +1000 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-04-05 13:45:37 +1000 |
commit | 6a2b4db4f9bc1503788e470bdf67e770fbc2cc81 (patch) | |
tree | 33deb5b3c66ca145690fbe12b3635dacb8872479 /src/common | |
parent | 5d2b1c784bd1b53a61d7893c64d41a17c4997c05 (diff) | |
download | tor-6a2b4db4f9bc1503788e470bdf67e770fbc2cc81.tar.gz tor-6a2b4db4f9bc1503788e470bdf67e770fbc2cc81.zip |
Fix a comment typo in compat.h
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |