Obvious copy-and-paste bug. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>tags/10.3-branchpoint
@@ -91,7 +91,7 @@ _mesa_GetActiveUniformsiv(GLuint program, | |||
if (uniformCount < 0) { | |||
_mesa_error(ctx, GL_INVALID_VALUE, | |||
"glGetUniformIndices(uniformCount < 0)"); | |||
"glGetActiveUniformsiv(uniformCount < 0)"); | |||
return; | |||
} | |||