Mesa (master): mesa: fix comment typo: s/GL_SIGNED_NORMALED/ GL_SIGNED_NORMALIZED/

Brian Paul brianp at kemper.freedesktop.org
Wed Aug 31 20:37:00 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Aug 31 14:34:24 2011 -0600

mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/

---

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

diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c
index 65c08f0..c0fcf9c 100644
--- a/src/mesa/main/formats.c
+++ b/src/mesa/main/formats.c
@@ -47,7 +47,7 @@ struct gl_format_info
    GLenum BaseFormat;
 
    /**
-    * Logical data type: one of  GL_UNSIGNED_NORMALIZED, GL_SIGNED_NORMALED,
+    * Logical data type: one of  GL_UNSIGNED_NORMALIZED, GL_SIGNED_NORMALIZED,
     * GL_UNSIGNED_INT, GL_INT, GL_FLOAT.
     */
    GLenum DataType;




More information about the mesa-commit mailing list