docs: correct spelling of "commutativity"
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 18 Oct 2022 14:23:49 +0000 (16:23 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 19 Oct 2022 11:18:50 +0000 (11:18 +0000)
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>

docs/nir/alu.rst

index cc13a65..3dc1ca2 100644 (file)
@@ -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