From: Erik Faye-Lund Date: Tue, 18 Oct 2022 14:23:49 +0000 (+0200) Subject: docs: correct spelling of "commutativity" X-Git-Tag: upstream/22.3.5~1504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5590fbd53051f59fa5625723a99a20cef9067aac;p=platform%2Fupstream%2Fmesa.git docs: correct spelling of "commutativity" Reviewed-by: Eric Engestrom Part-of: --- diff --git a/docs/nir/alu.rst b/docs/nir/alu.rst index cc13a65..3dc1ca2 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