docs: correct spelling of "commutativity"

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
Erik Faye-Lund 2022-10-18 16:23:49 +02:00 committed by Marge Bot
parent 57db29e967
commit 5590fbd530

View 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 thats indexed by the opcode.
ALU operations are typeless, meaning that they're only defined to convert