mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/
authorBrian Paul <brianp@vmware.com>
Wed, 31 Aug 2011 20:34:24 +0000 (14:34 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 31 Aug 2011 20:34:48 +0000 (14:34 -0600)
src/mesa/main/formats.c

index 65c08f024d089ef9386e12bb23a03a59b3fdd031..c0fcf9cd4d78861c45f1de9d59f44ac0842a70aa 100644 (file)
@@ -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;