diff options
author | Kenneth Graunke <[email protected]> | 2011-05-15 00:21:45 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-05-16 09:41:00 -0700 |
commit | 2b8e7215eb314aded42d6f13e1f5d6bbae7c7c9c (patch) | |
tree | 23db0aaac5a8b3a6d5ed19f7b4623d7af7a66589 /src/mesa/drivers/dri | |
parent | b8033a5651fbf6f82258d8f0e846cc7324d744da (diff) |
i965: Fix "Paramater" typo in gen6_wm_state.c.
Signed-off-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/i965/gen6_wm_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
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? */ |