From 00254b93dcd6c545de18c3f7edf084fafc779976 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 4 Jan 2023 00:25:10 -0500 Subject: [PATCH] spelling: instruction Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- capa/features/insn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/features/insn.py b/capa/features/insn.py index e5c1a49e..1f1c0171 100644 --- a/capa/features/insn.py +++ b/capa/features/insn.py @@ -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