uxtheme: Fix a typo in comment.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zhiyi Zhang 2021-08-09 15:03:10 +08:00 committed by Alexandre Julliard
parent eedad8a8ee
commit 6414726f57
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ static HRESULT UXTHEME_DrawImageGlyph(HTHEME hTheme, HDC hdc, int iPartId,
}
/***********************************************************************
* UXTHEME_DrawImageGlyph
* UXTHEME_DrawGlyph
*
* Draw glyph on top of background, if appropriate
*/