summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-29 13:28:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-29 13:28:27 +0000
commit34b0c9c8f5872806fa0cbcbd8c20b1d9c6dfebd4 (patch)
tree546f232c53f4cf2144b2f4c601c7160af6c28264
parent6b305439182f967c476f47c715b906ed668d48c9 (diff)
downloadnuttx-34b0c9c8f5872806fa0cbcbd8c20b1d9c6dfebd4.tar.gz
nuttx-34b0c9c8f5872806fa0cbcbd8c20b1d9c6dfebd4.tar.bz2
nuttx-34b0c9c8f5872806fa0cbcbd8c20b1d9c6dfebd4.zip
typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@169 42af7a65-404d-4744-a932-0658087f49c3
-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: