glsl: Fix a comment typo in copy propagation.
authorEric Anholt <eric@anholt.net>
Sat, 29 Jan 2011 21:50:21 +0000 (07:50 +1000)
committerEric Anholt <eric@anholt.net>
Fri, 4 Feb 2011 18:18:38 +0000 (12:18 -0600)
src/glsl/opt_copy_propagation.cpp

index 4ab23bf..387db64 100644 (file)
@@ -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();