mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 10:26:37 +00:00
Fix a typo in a comment
This commit is contained in:
parent
ccdc11d8ff
commit
2c314464a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue