From f7c31329cdc428925c32172eeebb871ba1b65af0 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 14 Oct 2022 13:24:59 +0200 Subject: [PATCH] Fix documentation Signed-off-by: Simon Rozman --- include/WinStd/WinSock2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/WinStd/WinSock2.h b/include/WinStd/WinSock2.h index 2c07ba01..245d9a89 100644 --- a/include/WinStd/WinSock2.h +++ b/include/WinStd/WinSock2.h @@ -87,7 +87,7 @@ namespace winstd #if (NTDDI_VERSION >= NTDDI_WINXPSP2) || (_WIN32_WINNT >= 0x0502) /// - /// SID wrapper class + /// ADDRINFOA wrapper class /// /// \sa [GetAddrInfoA function](https://docs.microsoft.com/en-us/windows/win32/api/ws2tcpip/nf-ws2tcpip-getaddrinfo) /// @@ -120,7 +120,7 @@ namespace winstd }; /// - /// SID wrapper class + /// ADDRINFOW wrapper class /// /// \sa [GetAddrInfoW function](https://docs.microsoft.com/en-us/windows/desktop/api/ws2tcpip/nf-ws2tcpip-getaddrinfow) /// @@ -153,7 +153,7 @@ namespace winstd }; /// - /// Multi-byte / Wide-character SID wrapper class (according to _UNICODE) + /// Multi-byte / Wide-character ADDRINFO wrapper class (according to _UNICODE) /// #ifdef _UNICODE typedef waddrinfo taddrinfo;