Skip to content
Snippets Groups Projects
Commit facc49cf authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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

 Fix a trivial comment.


svn:r8979
parent 69ae0a29
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment