ws2_32/tests: Fix a comment

André Hentschel nerv at dawncrow.de
Mon Aug 5 16:40:09 CDT 2013


---
 dlls/ws2_32/tests/sock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index 5ce4959..9ba6276 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -6367,7 +6367,7 @@ START_TEST( sock )
 
     test_completion_port();
 
-    /* this is a io heavy test, do it at the end so the kernel doesn't start dropping packets */
+    /* this is a heavy io test, do it at the end so the kernel doesn't start dropping packets */
     test_send();
     test_synchronous_WSAIoctl();
 
-- 
1.8.1.2



More information about the wine-patches mailing list