Mesa (master): tgsi: s/varient/variant/

Brian Paul brianp at kemper.freedesktop.org
Tue Jun 7 13:58:45 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jun  7 07:57:04 2011 -0600

tgsi: s/varient/variant/

---

 src/gallium/auxiliary/tgsi/tgsi_ureg.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.h b/src/gallium/auxiliary/tgsi/tgsi_ureg.h
index 9d5553f..e3a4915 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_ureg.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_ureg.h
@@ -65,7 +65,7 @@ struct ureg_src
 
 /* Very similar to a tgsi_dst_register, removing unsupported fields
  * and adding a Saturate flag.  It's easier to push saturate into the
- * destination register than to try and create a _SAT varient of each
+ * destination register than to try and create a _SAT variant of each
  * instruction function.
  */
 struct ureg_dst
@@ -434,7 +434,7 @@ ureg_fixup_label(struct ureg_program *ureg,
 
 
 /* Generic instruction emitter.  Use if you need to pass the opcode as
- * a parameter, rather than using the emit_OP() varients below.
+ * a parameter, rather than using the emit_OP() variants below.
  */
 void
 ureg_insn(struct ureg_program *ureg,




More information about the mesa-commit mailing list