From: Alan Hourihane Date: Tue, 13 Jan 2009 23:59:18 +0000 (+0000) Subject: glsl: fix a comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=14eca6b573f70485feb6dc6bc048843e1b65e780;p=mesa.git glsl: fix a comment typo --- diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c index 20946650293..a19fc0b1062 100644 --- a/src/mesa/shader/slang/slang_codegen.c +++ b/src/mesa/shader/slang/slang_codegen.c @@ -4301,7 +4301,7 @@ _slang_codegen_global_variable(slang_assemble_ctx *A, slang_variable *var, * additional samplers to ensure we don't allocate them elsewhere. * We can't directly use _mesa_add_sampler() as that checks the * varName and gets a match, so we call _mesa_add_parameter() - * directly and use the last sampler number for the call above. + * directly and use the last sampler number from the call above. */ if (arrayLen > 0) { GLint a = arrayLen - 1;