Skip to content

Commit bc3a01a

Browse files
jonas-5ae29cfabiobaltieri
authored andcommitted
arch: arm64: fix spelling of "exception"
/s/expection/exception/ Signed-off-by: Jonas Spinner <[email protected]>
1 parent 4ffe389 commit bc3a01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/core/vector_table.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ _ASM_FILE_PROLOGUE
6363
stp x12, x13, [sp, ___esf_t_x12_x13_OFFSET]
6464
stp x14, x15, [sp, ___esf_t_x14_x15_OFFSET]
6565
#ifdef CONFIG_ARM64_SAFE_EXCEPTION_STACK
66-
/* The expection from el1 does not need to save x16, x17, x18 and lr */
66+
/* The exception from el1 does not need to save x16, x17, x18 and lr */
6767
.if \el == el0
6868
#endif
6969
stp x16, x17, [sp, ___esf_t_x16_x17_OFFSET]

0 commit comments

Comments
 (0)