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

This commit is contained in:
Gregory Nutt
2016-11-15 13:25:42 -06:00
+1 -1
View File
@@ -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