From: Kenneth Graunke Date: Sun, 15 May 2011 07:21:45 +0000 (-0700) Subject: i965: Fix "Paramater" typo in gen6_wm_state.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b8e7215eb314aded42d6f13e1f5d6bbae7c7c9c;p=mesa.git i965: Fix "Paramater" typo in gen6_wm_state.c. Signed-off-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/gen6_wm_state.c b/src/mesa/drivers/dri/i965/gen6_wm_state.c index 33b233414c6..43e651db3ef 100644 --- a/src/mesa/drivers/dri/i965/gen6_wm_state.c +++ b/src/mesa/drivers/dri/i965/gen6_wm_state.c @@ -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? */