commit | 62c4763b707e2227409f81b09dd5cf6e4410ea6a | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu Jul 29 13:52:25 2010 -0700 |
committer | Eric Anholt <eric@anholt.net> | Thu Jul 29 14:02:19 2010 -0700 |
tree | ed084a0aca6eddd3df297b9c8c14b2ced7e7b7f8 | |
parent | fa33d0b85403da94e3f4a7e6c868af215c076b4b [diff] [blame] |
glsl2: Fix spelling of "sentinel."
diff --git a/src/glsl/ir_function_inlining.cpp b/src/glsl/ir_function_inlining.cpp index 9daffeb..77c264f 100644 --- a/src/glsl/ir_function_inlining.cpp +++ b/src/glsl/ir_function_inlining.cpp
@@ -96,7 +96,7 @@ /* un-valued return has to be the last return, or we shouldn't * have reached here. (see can_inline()). */ - assert(!ret->next->is_tail_sentinal()); + assert(!ret->next->is_tail_sentinel()); ret->remove(); } }