summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-08-31 14:34:24 -0600
committerBrian Paul <brianp@vmware.com>2011-08-31 14:34:48 -0600
commit82fff5f3edfd2f6396a872a12d753b2ab90edd7b (patch)
tree5ce3ab565ea8bb38842020370256c13e44f4ccbe
parent478034f34a59969103237eb78bc82f9e70fe81c2 (diff)
mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/
-rw-r--r--src/mesa/main/formats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c
index 65c08f024d..c0fcf9cd4d 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;