From 0c2ff4a47ca9fa3bf95e44184ee5cfc117c4f4f1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 29 Mar 2007 13:28:27 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@169 42af7a65-404d-4744-a932-0658087f49c3 --- sched/pthread_condtimedwait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/pthread_condtimedwait.c b/sched/pthread_condtimedwait.c index dd8bfaffb07..8202dbf5c5c 100644 --- a/sched/pthread_condtimedwait.c +++ b/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: