arch: arm64: fix spelling of "exception"

/s/expection/exception/

Signed-off-by: Jonas Spinner <jonas.spinner@burkert.com>
This commit is contained in:
Jonas Spinner 2025-02-26 09:32:12 +01:00 committed by Fabio Baltieri
commit bc3a01a7e5

View file

@ -63,7 +63,7 @@ _ASM_FILE_PROLOGUE
stp x12, x13, [sp, ___esf_t_x12_x13_OFFSET] stp x12, x13, [sp, ___esf_t_x12_x13_OFFSET]
stp x14, x15, [sp, ___esf_t_x14_x15_OFFSET] stp x14, x15, [sp, ___esf_t_x14_x15_OFFSET]
#ifdef CONFIG_ARM64_SAFE_EXCEPTION_STACK #ifdef CONFIG_ARM64_SAFE_EXCEPTION_STACK
/* The expection from el1 does not need to save x16, x17, x18 and lr */ /* The exception from el1 does not need to save x16, x17, x18 and lr */
.if \el == el0 .if \el == el0
#endif #endif
stp x16, x17, [sp, ___esf_t_x16_x17_OFFSET] stp x16, x17, [sp, ___esf_t_x16_x17_OFFSET]