Bruno Jesus : ws2_32: Fix a function name comment.
Module: wine Branch: master Commit: da6efc8f6254655a2557b5a13f1e9e56bc659aa7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=da6efc8f6254655a2557b5a13f... Author: Bruno Jesus <00cpxxx(a)gmail.com> Date: Sat Dec 3 21:32:27 2011 -0200 ws2_32: Fix a function name comment. --- dlls/ws2_32/socket.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index 81b6b0f..4650f64 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 ) {
participants (1)
-
Alexandre Julliard