spelling: instruction

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-04 00:25:10 -05:00
parent 6932df3564
commit 00254b93dc

View File

@@ -82,7 +82,7 @@ class Mnemonic(Feature):
super().__init__(value, description=description)
# max number of operands to consider for a given instrucion.
# max number of operands to consider for a given instruction.
# since we only support Intel and .NET, we can assume this is 3
# which covers cases up to e.g. "vinserti128 ymm0,ymm0,ymm5,1"
MAX_OPERAND_COUNT = 4