summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-27 15:49:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-27 15:49:38 -0600
commited8c667da4ed457c0d2361f96ee63943bcaaf281 (patch)
treebfbff6b2ce7e58feeefdc990934a189c8f4c5e49 /nuttx/arch/sh
parent53db27bef821f1380f2752fc3f3919c6b544a140 (diff)
downloadnuttx-ed8c667da4ed457c0d2361f96ee63943bcaaf281.tar.gz
nuttx-ed8c667da4ed457c0d2361f96ee63943bcaaf281.tar.bz2
nuttx-ed8c667da4ed457c0d2361f96ee63943bcaaf281.zip
Fix spelling, only one t in exiting
Diffstat (limited to 'nuttx/arch/sh')
-rw-r--r--nuttx/arch/sh/src/common/up_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sh/src/common/up_exit.c b/nuttx/arch/sh/src/common/up_exit.c
index d7de0154c..d4669caf4 100644
--- a/nuttx/arch/sh/src/common/up_exit.c
+++ b/nuttx/arch/sh/src/common/up_exit.c
@@ -145,7 +145,7 @@ void _exit(int status)
(void)irqsave();
- slldbg("TCB=%p exitting\n", g_readytorun.head);
+ slldbg("TCB=%p exiting\n", g_readytorun.head);
#if defined(CONFIG_DUMP_ON_EXIT) && defined(CONFIG_DEBUG)
slldbg("Other tasks:\n");