glsl2: Fix spelling of "sentinel."

This commit is contained in:
Eric Anholt
2010-07-29 13:52:25 -07:00
parent fa33d0b854
commit 62c4763b70
7 changed files with 31 additions and 31 deletions

View File

@@ -330,7 +330,7 @@ ir_constant::clone(struct hash_table *ht) const
c->type = this->type;
for (exec_node *node = this->components.head
; !node->is_tail_sentinal()
; !node->is_tail_sentinel()
; node = node->next) {
ir_constant *const orig = (ir_constant *) node;