server: Fix a comment.

This commit is contained in:
Bruno Jesus 2013-09-21 14:42:25 -03:00 committed by Alexandre Julliard
parent 2fcfde0f62
commit c52eb21754
1 changed files with 1 additions and 1 deletions

View File

@ -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)