diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c
index 41c1017943a0aaab4a35d616b1385d42bc213fdb..ccc594f09f650138843a71d04668245c3db913b4 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;
     }