summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_exit.c
diff options
context:
space:
mode:
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);