From 82fff5f3edfd2f6396a872a12d753b2ab90edd7b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 31 Aug 2011 14:34:24 -0600 Subject: [PATCH] mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/ --- src/mesa/main/formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2