summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2006-12-22 10:26:22 -0700
committerBrian <brian@yutani.localnet.net>2006-12-22 10:26:22 -0700
commitd8babcfc570ef97b284f88f01151f00eb188a2fd (patch)
tree22e06eaa5c390f72bed227a956f60509c6f47eb3 /src/mesa
parentaa710c3e6b17a4af54f2243de8888da4844d5c75 (diff)
fix typos
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/shader/slang/slang_ir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/shader/slang/slang_ir.h b/src/mesa/shader/slang/slang_ir.h
index 7c5e044861..405d799315 100644
--- a/src/mesa/shader/slang/slang_ir.h
+++ b/src/mesa/shader/slang/slang_ir.h
@@ -24,7 +24,7 @@
/**
* \file slang_ir.h
- * Mesa GLSL Itermediate Representation tree types and constants.
+ * Mesa GLSL Intermediate Representation tree types and constants.
* \author Brian Paul
*/
@@ -69,7 +69,7 @@ typedef enum
IR_EXP2, /* 2^x */
IR_LOG2, /* log base 2 */
IR_RSQ, /* 1/sqrt() */
- IR_RCP, /* recipricol */
+ IR_RCP, /* reciprocol */
IR_FLOOR,
IR_FRAC,
IR_ABS, /* absolute value */