git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12859 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2019-06-30 11:00:53 +00:00
parent a66c5c41de
commit 18b89bfc01
1 changed files with 1 additions and 1 deletions

View File

@ -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.*/