Fix a typo in a comment

This commit is contained in:
Gregory Nutt 2016-11-17 08:03:45 -06:00
parent ccdc11d8ff
commit 2c314464a8

View File

@ -188,7 +188,7 @@ irqstate_t enter_critical_section(void)
else
{
/* If we get here with irqcount == 0, then we know that the
* current task running on this CPU is not in a current
* current task running on this CPU is not in a critical
* section. However other tasks on other CPUs may be in a
* critical section. If so, we must wait until they release
* the spinlock.