Commit 913fb67a authored by Austin English's avatar Austin English Committed by Alexandre Julliard

comctl32: Fix a grammar error in comment.

parent e0cc9a79
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment