summaryrefslogtreecommitdiff
path: root/docs/nir
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-10-18 16:23:49 +0200
committerMarge Bot <emma+marge@anholt.net>2022-10-19 11:18:50 +0000
commit5590fbd53051f59fa5625723a99a20cef9067aac (patch)
treef576560833912a732f2625f71dd9ec76c653d708 /docs/nir
parent57db29e967aa4475f4a3b1a10ec05511264de591 (diff)
downloadmesa-5590fbd53051f59fa5625723a99a20cef9067aac.tar.gz
docs: correct spelling of "commutativity"
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
Diffstat (limited to 'docs/nir')
-rw-r--r--docs/nir/alu.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nir/alu.rst b/docs/nir/alu.rst
index cc13a65332e..3dc1ca28b3f 100644
--- a/docs/nir/alu.rst
+++ b/docs/nir/alu.rst
@@ -14,7 +14,7 @@ enum, that describes what it does as well as how many arguments it takes.
Associated with each opcode is an metadata structure,
:cpp:struct:`nir_op_info`, which shows how many arguments the opcode takes,
information about data types, and algebraic properties such as associativity
-and commutivity. The info structure for each opcode may be accessed through
+and commutativity. The info structure for each opcode may be accessed through
a global :cpp:var:`nir_op_infos` array that’s indexed by the opcode.
ALU operations are typeless, meaning that they're only defined to convert