aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/cosmic/STM8
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/cosmic/STM8')
-rw-r--r--os/ports/cosmic/STM8/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/cosmic/STM8/chcore.h b/os/ports/cosmic/STM8/chcore.h
index 5a06eea3a..895dc717e 100644
--- a/os/ports/cosmic/STM8/chcore.h
+++ b/os/ports/cosmic/STM8/chcore.h
@@ -253,7 +253,7 @@ struct stm8_startctx {
/**
* @brief Disables all the interrupt sources.
* @note Implemented as global interrupts disable.
- * @note Of course non maskable interrupt sources are not included.
+ * @note Of course non-maskable interrupt sources are not included.
*/
#define port_disable() _asm("sim")