aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_condsignal.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread_condsignal.c')
-rw-r--r--nuttx/sched/pthread_condsignal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pthread_condsignal.c b/nuttx/sched/pthread_condsignal.c
index 8f96532df..48ff4cf20 100644
--- a/nuttx/sched/pthread_condsignal.c
+++ b/nuttx/sched/pthread_condsignal.c
@@ -70,7 +70,7 @@
****************************************************************************/
/****************************************************************************
- * Function: pthread_cond_signal
+ * Name: pthread_cond_signal
*
* Description:
* A thread can signal on a condition variable.