diff options
author | Eric Anholt <[email protected]> | 2010-07-29 13:52:25 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-07-29 14:02:19 -0700 |
commit | 62c4763b707e2227409f81b09dd5cf6e4410ea6a (patch) | |
tree | ed084a0aca6eddd3df297b9c8c14b2ced7e7b7f8 /src/glsl/linker.cpp | |
parent | fa33d0b85403da94e3f4a7e6c868af215c076b4b (diff) |
glsl2: Fix spelling of "sentinel."
Diffstat (limited to 'src/glsl/linker.cpp')
-rw-r--r-- | src/glsl/linker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index fa4fb493f22..e9daad28ecf 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -542,7 +542,7 @@ remap_variables(ir_instruction *inst, glsl_symbol_table *symbols, * Move non-declarations from one instruction stream to another * * The intended usage pattern of this function is to pass the pointer to the - * head sentinal of a list (i.e., a pointer to the list cast to an \c exec_node + * head sentinel of a list (i.e., a pointer to the list cast to an \c exec_node * pointer) for \c last and \c false for \c make_copies on the first * call. Successive calls pass the return value of the previous call for * \c last and \c true for \c make_copies. |