Mesa (master): i965: Fix "Paramater" typo in gen6_wm_state.c.

Kenneth Graunke kwg at kemper.freedesktop.org
Mon May 16 16:42:54 UTC 2011


Module: Mesa
Branch: master
Commit: 2b8e7215eb314aded42d6f13e1f5d6bbae7c7c9c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b8e7215eb314aded42d6f13e1f5d6bbae7c7c9c

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Sun May 15 00:21:45 2011 -0700

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

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

---

 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 33b2334..43e651d 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? */




More information about the mesa-commit mailing list