summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src
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/avr/src
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/avr/src')
-rw-r--r--nuttx/arch/avr/src/common/up_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/avr/src/common/up_exit.c b/nuttx/arch/avr/src/common/up_exit.c
index d2a4f85a9..355163359 100644
--- a/nuttx/arch/avr/src/common/up_exit.c
+++ b/nuttx/arch/avr/src/common/up_exit.c
@@ -144,7 +144,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");