aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/IAR
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/IAR')
-rw-r--r--os/ports/IAR/ARMCMx/chcore_v6m.c2
-rw-r--r--os/ports/IAR/ARMCMx/chcore_v7m.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/IAR/ARMCMx/chcore_v6m.c b/os/ports/IAR/ARMCMx/chcore_v6m.c
index f1c9367e7..cc1e1ab6b 100644
--- a/os/ports/IAR/ARMCMx/chcore_v6m.c
+++ b/os/ports/IAR/ARMCMx/chcore_v6m.c
@@ -118,7 +118,7 @@ void _port_irq_epilogue(regarm_t lr) {
}
/* Note, returning without unlocking is intentional, this is done in
- order to keep the rest of the context switching atomic.*/
+ order to keep the rest of the context switch atomic.*/
}
}
diff --git a/os/ports/IAR/ARMCMx/chcore_v7m.c b/os/ports/IAR/ARMCMx/chcore_v7m.c
index ce7f44243..3ceaf1d17 100644
--- a/os/ports/IAR/ARMCMx/chcore_v7m.c
+++ b/os/ports/IAR/ARMCMx/chcore_v7m.c
@@ -189,7 +189,7 @@ void _port_irq_epilogue(void) {
#endif
/* Note, returning without unlocking is intentional, this is done in
- order to keep the rest of the context switching atomic.*/
+ order to keep the rest of the context switch atomic.*/
return;
}
port_unlock_from_isr();