Skip to content

Commit 4ffe389

Browse files
jonas-5ae29cfabiobaltieri
authored andcommitted
arch: arm: cortex_m: fix spelling of "exceptions"
s/expections/exceptions/ Signed-off-by: Jonas Spinner <[email protected]>
1 parent 414996f commit 4ffe389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/core/cortex_m/isr_wrapper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void _isr_wrapper(void)
6868
#if defined(CONFIG_ARM_CUSTOM_INTERRUPT_CONTROLLER)
6969
int32_t irq_number = z_soc_irq_get_active();
7070
#else
71-
/* _sw_isr_table does not map the expections, only the interrupts. */
71+
/* _sw_isr_table does not map the exceptions, only the interrupts. */
7272
int32_t irq_number = __get_IPSR();
7373
#endif
7474
irq_number -= 16;

0 commit comments

Comments
 (0)