diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-11-21 23:50:21 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-11-21 23:50:21 +0000 |
commit | facc49cf6f9fe2375f1c15a8caff92d904b52edd (patch) | |
tree | 7e50f7c6a924e8bad8122bd0c5c17fc2551ea9ae /src/common/compat.c | |
parent | 69ae0a29868c04941d50f67c4f28f0a7d8571d50 (diff) | |
download | tor-facc49cf6f9fe2375f1c15a8caff92d904b52edd.tar.gz tor-facc49cf6f9fe2375f1c15a8caff92d904b52edd.zip |
r9371@totoro: nickm | 2006-11-21 10:59:28 -0500
Fix a trivial comment.
svn:r8979
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 75e37a8b79..ba0acec094 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -471,7 +471,7 @@ set_socket_nonblocking(int socket) * even close, depending on OS-specific timeouts). * * Returns 0 on success and -errno on failure; do not rely on the value - * of errno or WSAGetLastSocketError(). + * of errno or WSAGetLastError(). **/ /* It would be nicer just to set errno, but that won't work for windows. */ int |