Bruno Jesus : server: Fix a comment.

Alexandre Julliard julliard at winehq.org
Tue Sep 24 03:21:59 CDT 2013


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

Author: Bruno Jesus <00cpxxx at gmail.com>
Date:   Sat Sep 21 14:42:25 2013 -0300

server: Fix a comment.

---

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

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)




More information about the wine-cvs mailing list