server: Fix a comment

Bruno Jesus 00cpxxx at gmail.com
Sat Sep 21 12:42:25 CDT 2013


It was a copy&paste from socket_Set_error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130921/e0906b3d/attachment.html>
-------------- next part --------------

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

diff --git a/server/sock.c b/server/sock.c
index 145e2a7..1a3a8f7 100644
--- a/server/sock.c
+++ b/server/sock.c
@@ -785,7 +785,7 @@ static int accept_into_socket( struct sock *sock, struct sock *acceptsock )
     return TRUE;
 }
 
-/* set the last error depending on errno */
+/* return an errno value mapped to a WSA error */
 static int sock_get_error( int err )
 {
     switch (err)
-- 
1.8.3.2


More information about the wine-patches mailing list