diff options
Diffstat (limited to 'os/kernel')
-rw-r--r-- | os/kernel/src/chthreads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/src/chthreads.c b/os/kernel/src/chthreads.c index 60d2397bd..8e7de6fab 100644 --- a/os/kernel/src/chthreads.c +++ b/os/kernel/src/chthreads.c @@ -119,7 +119,7 @@ static void memfill(uint8_t *startp, uint8_t *endp, uint8_t v) { * @p chThdResume().
* @note A thread can terminate by calling @p chThdExit() or by simply
* returning from its main function.
- * Threads created using this function do not obey to the
+ * @note Threads created using this function do not obey to the
* @p CH_DBG_FILL_THREADS debug option because it would keep
* the kernel locked for too much time.
*
|