mesa: fix comment typo

This commit is contained in:
Brian Paul
2012-02-08 16:37:26 -07:00
parent 36cd50152c
commit 068b9dc268
+1 -1
View 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.