diff options
-rw-r--r-- | os/kernel/include/chschd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chschd.h b/os/kernel/include/chschd.h index 3c55d59a0..e5c6d7e55 100644 --- a/os/kernel/include/chschd.h +++ b/os/kernel/include/chschd.h @@ -93,7 +93,7 @@ extern ReadyList rlist; #endif /* !defined(PORT_OPTIMIZED_RLIST_EXT) */
/**
- * @brief Current thread pointer access macro. + * @brief Current thread pointer access macro.
* @note This macro is not meant to be used in the application code but
* only from within the kernel, use the @p chThdSelf() API instead.
* @note It is forbidden to use this macro in order to change the pointer
|