diff options
author | Brian Paul <[email protected]> | 2011-06-07 07:55:06 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-06-07 07:57:26 -0600 |
commit | b3e75a61eed372cde15b56dcd51c251c129a22c8 (patch) | |
tree | 15dde7c2178a465e3ed82a1ea1a312b31267656d /src/gallium/auxiliary/SConscript | |
parent | 47f3d5d42d107b79c94b0713354c93b484c4c813 (diff) |
draw: rename draw_vs_varient.c to draw_vs_variant.c
Diffstat (limited to 'src/gallium/auxiliary/SConscript')
-rw-r--r-- | src/gallium/auxiliary/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index 96ca566ff66..457911d2f1f 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -88,7 +88,7 @@ source = [ 'draw/draw_vs_exec.c', 'draw/draw_vs_ppc.c', 'draw/draw_vs_sse.c', - 'draw/draw_vs_varient.c', + 'draw/draw_vs_variant.c', #'indices/u_indices.c', #'indices/u_unfilled_indices.c', 'indices/u_indices_gen.c', |