Browse Source

i965: Fix "Paramater" typo in gen6_wm_state.c.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
tags/mesa-7.11-rc1
Kenneth Graunke 14 years ago
parent
commit
2b8e7215eb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/i965/gen6_wm_state.c

+ 1
- 1
src/mesa/drivers/dri/i965/gen6_wm_state.c View 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? */

Loading…
Cancel
Save