From 9aabf80ef3c1f2a320e83643a9edf96b1e483133 Mon Sep 17 00:00:00 2001 From: Gwan-gyeong Mun Date: Wed, 23 Aug 2017 00:29:44 +0900 Subject: [PATCH] gallium/docs: Add missing word "Not" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Mun Gwan-gyeong Reviewed-by: Nicolai Hähnle --- 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 b148c3c9394..f9b1385e55a 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:: -- 2.30.2