From: Brian Paul Date: Fri, 3 Jun 2011 03:49:03 +0000 (-0600) Subject: mesa: fix typo (s/GLGL/GLSL/) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aaeb9a82162f7bfedcd3ecbe466599c6487b30a6;p=mesa.git mesa: fix typo (s/GLGL/GLSL/) --- 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