mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix a comment typo in compat.h
This commit is contained in:
parent
5d2b1c784b
commit
6a2b4db4f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user