From 3c4a61a7d538e856b2d5c3763cb61ce66b728cef Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 17 Oct 2008 20:00:10 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@475 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chschd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chschd.c') 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) { -- cgit v1.2.3