summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_exit.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-09 15:27:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-09 15:27:47 +0000
commitcb4bc1a2f49306879ecee08f0644300f0037d92c (patch)
treec299739a5089f9fb3cbc902726f66fdc7a9c708a /nuttx/sched/pthread_exit.c
parent3551ee48a7f52425e953d4a3ea7bc2fd3b2a62ff (diff)
downloadpx4-nuttx-cb4bc1a2f49306879ecee08f0644300f0037d92c.tar.gz
px4-nuttx-cb4bc1a2f49306879ecee08f0644300f0037d92c.tar.bz2
px4-nuttx-cb4bc1a2f49306879ecee08f0644300f0037d92c.zip
Debug instrumentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@47 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/pthread_exit.c')
-rw-r--r--nuttx/sched/pthread_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pthread_exit.c b/nuttx/sched/pthread_exit.c
index cd0833ba6..087076ac3 100644
--- a/nuttx/sched/pthread_exit.c
+++ b/nuttx/sched/pthread_exit.c
@@ -112,7 +112,7 @@ void pthread_exit(FAR void *exit_value)
}
/* Then just exit, retaining all file descriptors and without
- * calling atexit() funcitons.
+ * calling atexit() functions.
*/
_exit(error_code);