glsl: Fix a comment typo in copy propagation.

This commit is contained in:
Eric Anholt
2011-01-30 07:50:21 +10:00
parent e31266ed3e
commit b6d49ab843

View File

@@ -191,7 +191,7 @@ ir_copy_propagation_visitor::visit_enter(ir_call *ir)
sig_param_iter.next(); 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. * this call. So kill all copies.
*/ */
acp->make_empty(); acp->make_empty();