[Mesa-dev] [PATCH 2/3] glsl: Fix a comment typo in copy propagation.
Eric Anholt
eric at anholt.net
Sat Jan 29 23:03:20 PST 2011
---
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 8d07fef..2399748 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();
--
1.7.2.3
More information about the mesa-dev
mailing list