mesa: fix comment typo
authorBrian Paul <brianp@vmware.com>
Wed, 8 Feb 2012 23:37:26 +0000 (16:37 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 10 Feb 2012 15:06:56 +0000 (08:06 -0700)
src/mesa/main/mtypes.h

index d3001d35c69f0ad8f8378dacbd3bfdd2bcaf88ae..ce302ca0b6afb515752d1caa8b6bd947e941e254 100644 (file)
@@ -2829,7 +2829,7 @@ struct gl_constants
     * borders and mipmapped textures.  (Note: not static border color, but the
     * old 1-pixel border around each edge).  Implementations then have to do
     * slow fallbacks to be correct, or just ignore the border and be fast but
-    * wrong.  Setting the flag stripts the border off of TexImage calls,
+    * wrong.  Setting the flag strips the border off of TexImage calls,
     * providing "fast but wrong" at significantly reduced driver complexity.
     *
     * Texture borders are deprecated in GL 3.0.