aboutsummaryrefslogtreecommitdiffstats
path: root/src/chschd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chschd.c')
-rw-r--r--src/chschd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chschd.c b/src/chschd.c
index c9e4608ca..2ac2a9e1d 100644
--- a/src/chschd.c
+++ b/src/chschd.c
@@ -171,7 +171,7 @@ void chSchWakeupS(Thread *ntp, msg_t msg) {
/**
* Switch to the first thread on the runnable queue.
*
- * @note It is intended to be called if \p chSchRescRequired() evaluates to \p TRUE.
+ * @note It is intended to be called if \p chSchRescRequiredI() evaluates to \p TRUE.
*/
void chSchDoRescheduleI(void) {