summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-11-21 23:50:21 +0000
committerNick Mathewson <nickm@torproject.org>2006-11-21 23:50:21 +0000
commitfacc49cf6f9fe2375f1c15a8caff92d904b52edd (patch)
tree7e50f7c6a924e8bad8122bd0c5c17fc2551ea9ae
parent69ae0a29868c04941d50f67c4f28f0a7d8571d50 (diff)
downloadtor-facc49cf6f9fe2375f1c15a8caff92d904b52edd.tar.gz
tor-facc49cf6f9fe2375f1c15a8caff92d904b52edd.zip
r9371@totoro: nickm | 2006-11-21 10:59:28 -0500
Fix a trivial comment. svn:r8979
-rw-r--r--src/common/compat.c2
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