summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_condtimedwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread_condtimedwait.c')
-rw-r--r--nuttx/sched/pthread_condtimedwait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pthread_condtimedwait.c b/nuttx/sched/pthread_condtimedwait.c
index dd8bfaffb..8202dbf5c 100644
--- a/nuttx/sched/pthread_condtimedwait.c
+++ b/nuttx/sched/pthread_condtimedwait.c
@@ -79,7 +79,7 @@
*
* Parameters:
* argc - the number of arguments (should be 2)
- * pid - the task ID of the task to wateup
+ * pid - the task ID of the task to wakeup
* signo - The signal to use to wake up the task
*
* Return Value: