diff options
Diffstat (limited to 'os/kernel/include/chsys.h')
-rw-r--r-- | os/kernel/include/chsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chsys.h b/os/kernel/include/chsys.h index 2a30ceabf..555c59126 100644 --- a/os/kernel/include/chsys.h +++ b/os/kernel/include/chsys.h @@ -43,7 +43,7 @@ /**
* @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.
* @note Can be invoked from any system state.
|