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

Trivial change to comment

parent 21f92ba6
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,7 @@ void leave_critical_section(irqstate_t flags)
else
{
#ifdef CONFIG_SCHED_INSTRUMENTATION_CSECTION
/* No.. Note that we have entered the critical section */
/* No.. Note that we have left the critical section */
sched_note_csection(rtcb, false);
#endif
......
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