diff options
Diffstat (limited to 'os/kernel/src/chschd.c')
-rw-r--r-- | os/kernel/src/chschd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/src/chschd.c b/os/kernel/src/chschd.c index b99afbbb9..4592f4806 100644 --- a/os/kernel/src/chschd.c +++ b/os/kernel/src/chschd.c @@ -267,9 +267,9 @@ void chSchRescheduleS(void) { * @note Not a user function, it is meant to be invoked by the scheduler
* itself or from within the port layer.
*
- * @retval TRUE if there is a thread that must go in running state
+ * @retval true if there is a thread that must go in running state
* immediately.
- * @retval FALSE if preemption is not required.
+ * @retval false if preemption is not required.
*
* @special
*/
|