gdi32: Correct typo in comment.

This commit is contained in:
James McKenzie 2010-10-10 18:44:36 -07:00 committed by Alexandre Julliard
parent 2ecb586005
commit c3dfc7b834
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ HFONT WINAPI CreateFontIndirectExA( const ENUMLOGFONTEXDVA *penumexA )
}
/***********************************************************************
* CreateFontIndirectExA (GDI32.@)
* CreateFontIndirectExW (GDI32.@)
*/
HFONT WINAPI CreateFontIndirectExW( const ENUMLOGFONTEXDVW *penumex )
{