summaryrefslogtreecommitdiff
path: root/nuttx/sched/sem_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sem_post.c')
-rw-r--r--nuttx/sched/sem_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sem_post.c b/nuttx/sched/sem_post.c
index 183ca362a..b3780db1f 100644
--- a/nuttx/sched/sem_post.c
+++ b/nuttx/sched/sem_post.c
@@ -72,7 +72,7 @@
****************************************************************************/
/****************************************************************************
- * Function: sem_post
+ * Name: sem_post
*
* Description:
* When a task has finished with a semaphore, it will call sem_post().