From 8188b1ac841598764642a6c4c77bf1ad4437c225 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 24 Aug 2021 10:23:52 +0200 Subject: [PATCH] iphlpapi: Fix an ASCII / ANSI mixup in a comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- 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.