Module: Mesa Branch: master Commit: 82fff5f3edfd2f6396a872a12d753b2ab90edd7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82fff5f3edfd2f6396a872a12d753b2ab90edd7b
Author: Brian Paul <[email protected]> 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
