aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/templates/chcore.c')
-rw-r--r--os/kernel/templates/chcore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/templates/chcore.c b/os/kernel/templates/chcore.c
index 9a989d183..c2737b04a 100644
--- a/os/kernel/templates/chcore.c
+++ b/os/kernel/templates/chcore.c
@@ -23,7 +23,7 @@
* @details This file is a template of the system driver functions provided by
* a port. Some of the following functions may be implemented as
* macros in chcore.h if the implementer decides that there is an
- * advantage in doing so, as example because performance concerns.
+ * advantage in doing so, for example because performance concerns.
*
* @addtogroup core
* @details Non portable code templates.
@@ -106,7 +106,7 @@ void port_wait_for_interrupt(void) {
/**
* @brief Halts the system.
* @details This function is invoked by the operating system when an
- * unrecoverable error is detected (as example because a programming
+ * unrecoverable error is detected (for example because a programming
* error in the application code that triggers an assertion while in
* debug mode).
*/