Mesa (master): gallium/docs: Add missing word "Not"

Nicolai Hähnle nh at kemper.freedesktop.org
Wed Aug 23 12:15:33 UTC 2017


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

Author: Gwan-gyeong Mun <elongbug at gmail.com>
Date:   Wed Aug 23 00:29:44 2017 +0900

gallium/docs: Add missing word "Not"

Signed-off-by: Mun Gwan-gyeong <elongbug at gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 src/gallium/docs/source/tgsi.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index b148c3c939..f9b1385e55 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gallium/docs/source/tgsi.rst
@@ -1762,7 +1762,7 @@ two-component vectors with doubled precision in each component.
 
   dst.z = src0.zw == src1.zw ? \sim 0 : 0
 
-.. opcode:: DSNE - Set on Equal
+.. opcode:: DSNE - Set on Not Equal
 
 .. math::
 




More information about the mesa-commit mailing list