[or-cvs] r8979: Fix a trivial comment. (in tor/trunk: . src/common)
nickm at seul.org
nickm at seul.org
Tue Nov 21 23:50:22 UTC 2006
Author: nickm
Date: 2006-11-21 18:50:21 -0500 (Tue, 21 Nov 2006)
New Revision: 8979
Modified:
tor/trunk/
tor/trunk/src/common/compat.c
Log:
r9371 at totoro: nickm | 2006-11-21 10:59:28 -0500
Fix a trivial comment.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r9371] on 96637b51-b116-0410-a10e-9941ebb49b64
Modified: tor/trunk/src/common/compat.c
===================================================================
--- tor/trunk/src/common/compat.c 2006-11-21 21:51:08 UTC (rev 8978)
+++ tor/trunk/src/common/compat.c 2006-11-21 23:50:21 UTC (rev 8979)
@@ -471,7 +471,7 @@
* 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
More information about the tor-commits
mailing list