Correct "evalute" to "evaluate", reported by scripts/checkpatch.pl using
the misspelling list in scripts/spelling.txt.  Only touches comments, no
code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <[email protected]>
---
 arch/sparc/net/bpf_jit_asm_32.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sparc/net/bpf_jit_asm_32.S b/arch/sparc/net/bpf_jit_asm_32.S
index a2e28e0464a3..81430f065ac9 100644
--- a/arch/sparc/net/bpf_jit_asm_32.S
+++ b/arch/sparc/net/bpf_jit_asm_32.S
@@ -195,7 +195,7 @@ bpf_error:
        /* Make the JIT program return zero.  The JIT epilogue
         * stores away the original %o7 into r_saved_O7.  The
         * normal leaf function return is to use "retl" which
-        * would evalute to "jmpl %o7 + 8, %g0" but we want to
+        * would evaluate to "jmpl %o7 + 8, %g0" but we want to
         * use the saved value thus the sequence you see here.
         */
        jmpl    r_saved_O7 + 8, %g0

Reply via email to