Mesa (master): tgsi: fix comment typo in tgsi_ureg.c

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 14 00:37:39 UTC 2016


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Oct 11 15:25:24 2016 -0600

tgsi: fix comment typo in tgsi_ureg.c

Trivial.

---

 src/gallium/auxiliary/tgsi/tgsi_ureg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.c b/src/gallium/auxiliary/tgsi/tgsi_ureg.c
index ede648e..7bcd242 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_ureg.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_ureg.c
@@ -513,7 +513,7 @@ ureg_DECL_constant2D(struct ureg_program *ureg,
 }
 
 
-/* A one-dimensional, depricated version of ureg_DECL_constant2D().
+/* A one-dimensional, deprecated version of ureg_DECL_constant2D().
  *
  * Constant operands declared with this function must be addressed
  * with a one-dimensional index.




More information about the mesa-commit mailing list