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;