comctl32: fix a grammar error in comment

Austin English austinenglish at gmail.com
Wed Jan 11 13:44:11 CST 2012


Introduced by ff71cc2ca45d8da974777dafc11a317d8cf62c48

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c
index 41c1017..ccc594f 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;
     }


More information about the wine-patches mailing list