ws2_32/tests: Fix a typo in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-07-02 11:57:41 +02:00 committed by Alexandre Julliard
parent 5880f5c556
commit 29ae5f8e9b

View file

@ -2652,7 +2652,7 @@ static void test_WSADuplicateSocket(void)
closesocket(source);
/* create a socket, bind it, duplicate it then send data on source and
* receve in the duplicated socket */
* receive in the duplicated socket */
source = WSASocketA(AF_INET, SOCK_DGRAM, IPPROTO_UDP, NULL, 0, 0);
ok(source != INVALID_SOCKET, "WSASocketA should have succeeded\n");