Module: wine
Branch: master
Commit: 8188b1ac841598764642a6c4c77bf1ad4437c225
URL: https://source.winehq.org/git/wine.git/?a=commit;h=8188b1ac841598764642a6c4…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Tue Aug 24 10:23:52 2021 +0200
iphlpapi: Fix an ASCII / ANSI mixup in a comment.
Signed-off-by: Francois Gouget <fgouget(a)free.fr>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/iphlpapi/tests/iphlpapi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/iphlpapi/tests/iphlpapi.c b/dlls/iphlpapi/tests/iphlpapi.c
index d1881616d30..223d6d270cb 100644
--- a/dlls/iphlpapi/tests/iphlpapi.c
+++ b/dlls/iphlpapi/tests/iphlpapi.c
@@ -28,7 +28,7 @@
*
* The Name field of the IP_ADAPTER_INDEX_MAP entries returned by
* GetInterfaceInfo is declared as a wide string, but the bytes are actually
- * an ASCII string on some versions of the IP helper API under Win9x. This was
+ * an ANSI string on some versions of the IP helper API under Win9x. This was
* apparently an MS bug, it's corrected in later versions.
*
* The DomainName field of FIXED_INFO isn't NULL-terminated on Win98.