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

Merge branch 'master' of bitbucket.org:nuttx/nuttx

parents 23d29151 6683f014
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