diff options
author | Brian Paul <[email protected]> | 2011-08-31 14:34:24 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-08-31 14:34:48 -0600 |
commit | 82fff5f3edfd2f6396a872a12d753b2ab90edd7b (patch) | |
tree | 5ce3ab565ea8bb38842020370256c13e44f4ccbe /src/mesa/main/formats.c | |
parent | 478034f34a59969103237eb78bc82f9e70fe81c2 (diff) |
mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/
Diffstat (limited to 'src/mesa/main/formats.c')
-rw-r--r-- | 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 65c08f024d0..c0fcf9cd4d7 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; |