summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_instruction.h
diff options
context:
space:
mode:
authorBrian <brian@nostromo.localnet.net>2007-01-23 17:41:25 -0700
committerBrian <brian@nostromo.localnet.net>2007-01-23 17:41:25 -0700
commitc920d201c23f1ff1dfba06d3827e5a0e0d756283 (patch)
tree85ceffebe0cc76002c7c8c287954400cb1bf2f5c /src/mesa/shader/prog_instruction.h
parent6d4e561e399a1e203a80f8440691d64aa3493347 (diff)
updated comment
Diffstat (limited to 'src/mesa/shader/prog_instruction.h')
-rw-r--r--src/mesa/shader/prog_instruction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h
index c015620594..83e8d7080b 100644
--- a/src/mesa/shader/prog_instruction.h
+++ b/src/mesa/shader/prog_instruction.h
@@ -26,8 +26,7 @@
/**
* \file prog_instruction.h
*
- * Private vertex program types and constants only used by files
- * related to vertex programs.
+ * Vertex/fragment program instruction datatypes and constants.
*
* \author Brian Paul
* \author Keith Whitwell