Typo fixes from David Sidrane

This commit is contained in:
Gregory Nutt
2015-04-06 15:27:37 -06:00
parent 591a9e7f65
commit 6058d3dc73
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ static void up_taskdump(FAR struct tcb_s *tcb, FAR void *arg)
#ifdef CONFIG_PRINT_TASKNAME
lldbg("%s: PID=%d Stack Used=%lu of %lu\n",
rtcb->name, tcb->pid, (unsigned long)up_check_tcbstack(tcb),
tcb->name, tcb->pid, (unsigned long)up_check_tcbstack(tcb),
(unsigned long)tcb->adj_stack_size);
#else
lldbg("PID: %d Stack Used=%lu of %lu\n",
+1 -1
View File
@@ -44,7 +44,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/timers/watchog.h>
#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "up_arch.h"