projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478034f
)
mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/
author
Brian Paul
<brianp@vmware.com>
Wed, 31 Aug 2011 20:34:24 +0000
(14:34 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 31 Aug 2011 20:34:48 +0000
(14:34 -0600)
src/mesa/main/formats.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/formats.c
b/src/mesa/main/formats.c
index 65c08f024d089ef9386e12bb23a03a59b3fdd031..c0fcf9cd4d78861c45f1de9d59f44ac0842a70aa 100644
(file)
--- 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_NORMAL
IZ
ED,
* GL_UNSIGNED_INT, GL_INT, GL_FLOAT.
*/
GLenum DataType;