From 5590fbd53051f59fa5625723a99a20cef9067aac Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 16:23:49 +0200 Subject: [PATCH] docs: correct spelling of "commutativity" Reviewed-by: Eric Engestrom Part-of: --- docs/nir/alu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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