Browse Source

r9371@totoro: nickm | 2006-11-21 10:59:28 -0500
Fix a trivial comment.


svn:r8979

Nick Mathewson 17 years ago
parent
commit
facc49cf6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/compat.c

+ 1 - 1
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