diff options
author | Eric Anholt <[email protected]> | 2011-01-30 07:50:21 +1000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-02-04 12:18:38 -0600 |
commit | b6d49ab843ff7ee989e99bb28a36eb53f704c879 (patch) | |
tree | 81fc4c42de2439e17d03f04871022d2c99012a99 /src/glsl/opt_copy_propagation.cpp | |
parent | e31266ed3e3667c043bc5ad1abd65cfdb0fa7fdb (diff) |
glsl: Fix a comment typo in copy propagation.
Diffstat (limited to 'src/glsl/opt_copy_propagation.cpp')
-rw-r--r-- | src/glsl/opt_copy_propagation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/opt_copy_propagation.cpp b/src/glsl/opt_copy_propagation.cpp index 4ab23bf9b0c..387db642354 100644 --- a/src/glsl/opt_copy_propagation.cpp +++ b/src/glsl/opt_copy_propagation.cpp @@ -191,7 +191,7 @@ ir_copy_propagation_visitor::visit_enter(ir_call *ir) sig_param_iter.next(); } - /* Since we're unlinked, we don't (necssarily) know the side effects of + /* Since we're unlinked, we don't (necessarily) know the side effects of * this call. So kill all copies. */ acp->make_empty(); |