From 913fb67a5b2a9c2138c6202976ae548650fb4d6e Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 11 Jan 2012 11:44:11 -0800 Subject: [PATCH] comctl32: Fix a grammar error in comment. --- dlls/comctl32/imagelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c index 41c1017943a..ccc594f09f6 100644 --- a/dlls/comctl32/imagelist.c +++ b/dlls/comctl32/imagelist.c @@ -775,7 +775,7 @@ ImageList_Create (INT cx, INT cy, UINT flags, if (cGrow > 256) { - /* Windows doesn't limit the size here, but X11 doesn't let use allocate such huge bitmaps */ + /* Windows doesn't limit the size here, but X11 doesn't let us allocate such huge bitmaps */ WARN( "grow %d too large, limiting to 256\n", cGrow ); cGrow = 256; } -- 2.11.4.GIT