André Hentschel : ws2_32: Fix a comment.

Alexandre Julliard julliard at winehq.org
Mon Nov 9 15:14:21 CST 2009


Module: wine
Branch: master
Commit: 905dc0c8fc105934b0f0bb6ed858dd0782458977
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=905dc0c8fc105934b0f0bb6ed858dd0782458977

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Nov  9 20:08:19 2009 +0100

ws2_32: Fix a comment.

---

 dlls/ws2_32/tests/sock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index 98b94e8..5975684 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -987,7 +987,7 @@ static void test_set_getsockopt(void)
     ok( !err, "get/setsockopt(SO_RCVTIMEO) failed error: %d\n", WSAGetLastError());
     ok( timeout == SOCKTIMEOUT1, "getsockopt(SO_RCVTIMEO) returned wrong value %d\n", timeout);
     /* SO_SNDTIMEO */
-    timeout = SOCKTIMEOUT2; /* 54 seconds. See remark above */ 
+    timeout = SOCKTIMEOUT2; /* 997 seconds. See remark above */
     size = sizeof(timeout);
     err = setsockopt(s, SOL_SOCKET, SO_SNDTIMEO, (char *) &timeout, size); 
     if( !err)




More information about the wine-cvs mailing list