Francois Gouget : ws2_32: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Wed Nov 25 15:58:54 CST 2020


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Nov 25 19:42:54 2020 +0100

ws2_32: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ws2_32/socket.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 7d810c6d7b2..6cb35bcd135 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -7646,7 +7646,7 @@ static struct WS_hostent *WS_create_he(char *name, int aliases, int aliases_size
      * First set the pointer for aliases, second set the pointers for addresses.
      * Third fill the addresses indexes, fourth jump aliases names size.
      * Fifth fill the hostname.
-     * NOTE: This method is valid for OS version's >= XP.
+     * NOTE: This method is valid for OS versions >= XP.
      */
     p = (char *)(p_to + 1);
     p_to->h_aliases = (char **)p;




More information about the wine-cvs mailing list