Fix a few typos
[mesa.git] / src / mesa / drivers / dri / i965 / brw_tex_layout.c
index d1ac3ed53b1aae937e4e3eac8e84718cd89de914..274040b1c3e507ed272bd79a7d009cb99d51f5bb 100644 (file)
@@ -205,7 +205,7 @@ brw_miptree_layout_2d(struct intel_mipmap_tree *mt)
        mt->total_width = ALIGN(mt->physical_width0, mt->align_w);
    }
 
-   /* May need to adjust width to accomodate the placement of
+   /* May need to adjust width to accommodate the placement of
     * the 2nd mipmap.  This occurs when the alignment
     * constraints of mipmap placement push the right edge of the
     * 2nd mipmap out past the width of its parent.