From c3dfc7b834b0167415455ecebf76919a8476221b Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Sun, 10 Oct 2010 18:44:36 -0700 Subject: [PATCH] gdi32: Correct typo in comment. --- dlls/gdi32/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdi32/font.c b/dlls/gdi32/font.c index 133681ca6cc..b247722b913 100644 --- a/dlls/gdi32/font.c +++ b/dlls/gdi32/font.c @@ -318,7 +318,7 @@ HFONT WINAPI CreateFontIndirectExA( const ENUMLOGFONTEXDVA *penumexA ) } /*********************************************************************** - * CreateFontIndirectExA (GDI32.@) + * CreateFontIndirectExW (GDI32.@) */ HFONT WINAPI CreateFontIndirectExW( const ENUMLOGFONTEXDVW *penumex ) {