소스 검색

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


svn:r8979

Nick Mathewson 17 년 전
부모
커밋
facc49cf6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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