From da6efc8f6254655a2557b5a13f1e9e56bc659aa7 Mon Sep 17 00:00:00 2001 From: Bruno Jesus <00cpxxx@gmail.com> Date: Sat, 3 Dec 2011 21:32:27 -0200 Subject: [PATCH] ws2_32: Fix a function name comment. --- dlls/ws2_32/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index 81b6b0f56d9..4650f6402b2 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_32/socket.c @@ -6496,7 +6496,7 @@ INT WINAPI WSALookupServiceBeginW( LPWSAQUERYSETW lpqsRestrictions, } /*********************************************************************** - * WSALookupServiceBeginW (WS2_32.61) + * WSALookupServiceEnd (WS2_32.61) */ INT WINAPI WSALookupServiceEnd( HANDLE lookup ) { -- 2.11.4.GIT