Priority Inversion fixes:typo

This commit is contained in:
David Sidrane
2017-03-10 06:37:46 -10:00
parent 5ec25a87c9
commit 6cc8f9100b
+1 -1
View File
@@ -158,7 +158,7 @@ static FAR struct semholder_s *sem_findholder(sem_t *sem,
for (i = 0; i < 2; i++)
{
pholder = &sem->pholder[i];
pholder = &sem->holder[i];
if (pholder->htcb == htcb)
{
/* Got it! */