From fe20a619cf382e7d21a31b096311dab8254b2b0c Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 22 Mar 2007 16:07:43 -0600 Subject: updated comment --- src/mesa/shader/prog_instruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa') diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index 12e8480125..c800757aa0 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -298,7 +298,7 @@ struct prog_dst_register /*@{*/ /** * Takes one of the 9 possible condition values (EQ, FL, GT, GE, LE, LT, - * NE, TR, or UN). Destination update is enabled if the matching + * NE, TR, or UN). Dest reg is only written to if the matching * (swizzled) condition code value passes. When a conditional update mask * is not specified, this will be \c COND_TR. */ -- cgit v1.2.3