typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12859 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
a66c5c41de
commit
18b89bfc01
|
@ -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.*/
|
||||
|
|
Loading…
Reference in New Issue