r9371@totoro: nickm | 2006-11-21 10:59:28 -0500

Fix a trivial comment.


svn:r8979
This commit is contained in:
Nick Mathewson 2006-11-21 23:50:21 +00:00
parent 69ae0a2986
commit facc49cf6f

View File

@ -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