Skip to content
Snippets Groups Projects
Commit 2c314464 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix a typo in a comment

parent ccdc11d8
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment