i965: Fix "Paramater" typo in gen6_wm_state.c.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 15 May 2011 07:21:45 +0000 (00:21 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 16 May 2011 16:41:00 +0000 (09:41 -0700)
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/gen6_wm_state.c

index 33b2334..43e651d 100644 (file)
@@ -42,7 +42,7 @@ gen6_prepare_wm_push_constants(struct brw_context *brw)
    const struct brw_fragment_program *fp =
       brw_fragment_program_const(brw->fragment_program);
 
-   /* Updates the ParamaterValues[i] pointers for all parameters of the
+   /* Updates the ParameterValues[i] pointers for all parameters of the
     * basic type of PROGRAM_STATE_VAR.
     */
    /* XXX: Should this happen somewhere before to get our state flag set? */