From 8574c52095c6936653edbf09cd8255b702ed9496 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 26 Aug 2021 14:50:04 +0200 Subject: [PATCH] include: Fix the spelling of a comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- include/ntgdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ntgdi.h b/include/ntgdi.h index 7e75b944e85..7d95c186c8f 100644 --- a/include/ntgdi.h +++ b/include/ntgdi.h @@ -134,7 +134,7 @@ enum typedef struct DC_ATTR { HDC hdc; /* handle to self */ - LONG disabled; /* disabled flag, controled by DCHF_(DISABLE|ENABLE)DC */ + LONG disabled; /* disabled flag, controlled by DCHF_(DISABLE|ENABLE)DC */ int save_level; COLORREF background_color; COLORREF brush_color;