mesa: glsl: fix comment
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 12 Aug 2008 23:41:21 +0000 (17:41 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 12 Aug 2008 23:41:21 +0000 (17:41 -0600)
src/mesa/shader/slang/slang_emit.c

index b902da8457020aa1e51ae95a2d415c33562407d2..f0c3791f2a1f8745c83166cf393bd0c15639f07b 100644 (file)
@@ -991,7 +991,7 @@ emit_kill(slang_emit_info *emitInfo)
     * Note that ARB-KILL depends on sign of vector operand.
     */
    inst = new_instruction(emitInfo, OPCODE_KIL_NV);
-   inst->DstReg.CondMask = COND_TR;  /* always branch */
+   inst->DstReg.CondMask = COND_TR;  /* always kill */
 
    assert(emitInfo->prog->Target == GL_FRAGMENT_PROGRAM_ARB);
    fp = (struct gl_fragment_program *) emitInfo->prog;