From 2c314464a8eab05cc3fd8d2ab4a8e870d924fbcd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Nov 2016 08:03:45 -0600 Subject: [PATCH] Fix a typo in a comment --- sched/irq/irq_csection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/irq/irq_csection.c b/sched/irq/irq_csection.c index b5a2f91364..1167eba4e9 100644 --- a/sched/irq/irq_csection.c +++ b/sched/irq/irq_csection.c @@ -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.