From: Brian Paul Date: Tue, 11 Oct 2016 21:25:24 +0000 (-0600) Subject: tgsi: fix comment typo in tgsi_ureg.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b81546d43c4ae670babfc496f7d5cce1c1a22399;p=mesa.git tgsi: fix comment typo in tgsi_ureg.c Trivial. --- 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.