diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-03-23 15:17:49 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-03-25 10:18:40 -0700 |
commit | 904872372e9822a06fdebd9248b8bd50198cf4b4 (patch) | |
tree | 5eb22d92104aa3b570401146f6c18a1d0c09d896 | |
parent | e4fca97afd27f72d056e245aaa5761579ee78850 (diff) |
Typo fixes: de/re/ference.
-rw-r--r-- | ir.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |