mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
Typo fixes: de/re/ference.
This commit is contained in:
parent
e4fca97afd
commit
904872372e
1 changed files with 2 additions and 2 deletions
4
ir.h
4
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue