From aaeb9a82162f7bfedcd3ecbe466599c6487b30a6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 2 Jun 2011 21:49:03 -0600 Subject: [PATCH] mesa: fix typo (s/GLGL/GLSL/) --- src/mesa/main/uniforms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/uniforms.c b/src/mesa/main/uniforms.c index c45f1f34e34..c9b12c8c2e1 100644 --- a/src/mesa/main/uniforms.c +++ b/src/mesa/main/uniforms.c @@ -334,7 +334,7 @@ get_uniform_rows_cols(const struct gl_program_parameter *p, /** - * GLGL uniform arrays and structs require special handling. + * GLSL uniform arrays and structs require special handling. * * The GL_ARB_shader_objects spec says that if you use * glGetUniformLocation to get the location of an array, you CANNOT -- 2.30.2