summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-03-22 16:07:43 -0600
committerBrian <brian@yutani.localnet.net>2007-03-22 16:07:43 -0600
commitfe20a619cf382e7d21a31b096311dab8254b2b0c (patch)
tree3f53260ecb3d7e56caac7cf15abfd1c185c555c9
parente6aeb24b23097024ba60e1c49239a18692f781e1 (diff)
updated comment
-rw-r--r--src/mesa/shader/prog_instruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h
index 12e8480125f..c800757aa0f 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.
*/