From 52da4b196e3b72bf18a1f9f443ec29f9f36eab97 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 30 Jun 2019 11:01:02 +0000 Subject: typo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12860 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/rt/src/chmtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') diff --git a/os/rt/src/chmtx.c b/os/rt/src/chmtx.c index 899e04d1b..8b11250e0 100644 --- a/os/rt/src/chmtx.c +++ b/os/rt/src/chmtx.c @@ -376,7 +376,7 @@ void chMtxUnlock(mutex_t *mp) { mp->next = tp->mtxlist; tp->mtxlist = mp; - /* Note, not using chSchWakeupS() becuase that function expects the + /* Note, not using chSchWakeupS() because that function expects the current thread to have the higher or equal priority than the ones in the ready list. This is not necessarily true here because we just changed priority.*/ -- cgit v1.2.3