Mesa (master): mesa: fix comment typo

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 10 15:08:26 UTC 2012


Module: Mesa
Branch: master
Commit: 068b9dc26882b85ff0c7d0894b4c11791a5b641e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=068b9dc26882b85ff0c7d0894b4c11791a5b641e

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Feb  8 16:37:26 2012 -0700

mesa: fix comment typo

---

 src/mesa/main/mtypes.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index d3001d3..ce302ca 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -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.




More information about the mesa-commit mailing list