From: Brian Paul Date: Wed, 31 Aug 2011 20:34:24 +0000 (-0600) Subject: mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82fff5f3edfd2f6396a872a12d753b2ab90edd7b;p=mesa.git mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/ --- 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;