summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_ureg.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2016-10-11 15:25:24 -0600
committerBrian Paul <brianp@vmware.com>2016-10-13 17:38:49 -0600
commitb81546d43c4ae670babfc496f7d5cce1c1a22399 (patch)
tree777d604a49286d2caa32a52fd3f7f8744cbaea6c /src/gallium/auxiliary/tgsi/tgsi_ureg.c
parentff00ab745c9a9d6ef35239ea656a5db0c76de52d (diff)
tgsi: fix comment typo in tgsi_ureg.c
Trivial.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_ureg.c')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_ureg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.c b/src/gallium/auxiliary/tgsi/tgsi_ureg.c
index ede648eab5b..7bcd242975c 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.