summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2010-03-23 15:17:49 -0700
committerKenneth Graunke <kenneth@whitecape.org>2010-03-25 10:18:40 -0700
commit904872372e9822a06fdebd9248b8bd50198cf4b4 (patch)
tree5eb22d92104aa3b570401146f6c18a1d0c09d896 /ir.h
parente4fca97afd27f72d056e245aaa5761579ee78850 (diff)
Typo fixes: de/re/ference.
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ir.h b/ir.h
index bbf53540db..b0c2f14e12 100644
--- a/ir.h
+++ b/ir.h
@@ -202,7 +202,7 @@ public:
/**
* Value being assigned
*
- * This should be either \c ir_op_expression or \c ir_op_deference.
+ * This should be either \c ir_op_expression or \c ir_op_dereference.
*/
ir_instruction *rhs;
@@ -414,7 +414,7 @@ public:
/**
* Object being dereferenced.
*
- * Must be either an \c ir_variable or an \c ir_deference.
+ * Must be either an \c ir_variable or an \c ir_dereference.
*/
ir_instruction *var;