Typo fixes: de/re/ference.

This commit is contained in:
Kenneth Graunke 2010-03-23 15:17:49 -07:00
parent e4fca97afd
commit 904872372e

4
ir.h
View file

@ -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;