Stack monitor fixes

This commit is contained in:
Gregory Nutt
2013-09-24 12:13:53 -06:00
parent 7affa54e7e
commit a72fb7dc89
+1 -1
View File
@@ -68,7 +68,7 @@ void sched_foreach(sched_foreach_t handler, FAR void *arg)
irqstate_t flags = irqsave();
int ndx;
/* Verify that the PID is within range */
/* Vist each active task */
for (ndx = 0; ndx < CONFIG_MAX_TASKS; ndx++)
{