aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/on_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/on_exit.c')
-rw-r--r--nuttx/sched/on_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/on_exit.c b/nuttx/sched/on_exit.c
index f91eb2e11..8c08026fd 100644
--- a/nuttx/sched/on_exit.c
+++ b/nuttx/sched/on_exit.c
@@ -80,7 +80,7 @@
************************************************************************/
/************************************************************************
- * Function: atexit
+ * Name: atexit
*
* Description:
* Registers a function to be called at program exit.