diff options
author | Brian Paul <[email protected]> | 2010-12-16 08:47:37 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-12-16 10:18:24 -0700 |
commit | bd75e4b8bea478cf9edd74248be6b575e743ca00 (patch) | |
tree | 716f1ee4661a1acf1fcba19241afe8b607e3186f /src/gallium/drivers/i965/brw_state.h | |
parent | a185d439bdab24750d9c22e42a723f6baa23b730 (diff) |
i965g: s/varient/variant/
Diffstat (limited to 'src/gallium/drivers/i965/brw_state.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_state.h b/src/gallium/drivers/i965/brw_state.h index d2bbd0123d1..380d511f9bb 100644 --- a/src/gallium/drivers/i965/brw_state.h +++ b/src/gallium/drivers/i965/brw_state.h @@ -56,7 +56,7 @@ const struct brw_tracked_state brw_clip_prog; const struct brw_tracked_state brw_clip_unit; const struct brw_tracked_state brw_curbe_buffer; const struct brw_tracked_state brw_curbe_offsets; -const struct brw_tracked_state brw_invarient_state; +const struct brw_tracked_state brw_invariant_state; const struct brw_tracked_state brw_gs_prog; const struct brw_tracked_state brw_gs_unit; const struct brw_tracked_state brw_line_stipple; |