summaryrefslogtreecommitdiff
path: root/nuttx/sched/timer_initialize.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-25 00:01:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-25 00:01:08 +0000
commit1520663dd52c25496f285eb2e08077318c600759 (patch)
treed518e0fc4392bc0990718a7692e3b09a0934b79a /nuttx/sched/timer_initialize.c
parent2a8490551299ccfdfa300c1b859719c08581e553 (diff)
downloadpx4-nuttx-1520663dd52c25496f285eb2e08077318c600759.tar.gz
px4-nuttx-1520663dd52c25496f285eb2e08077318c600759.tar.bz2
px4-nuttx-1520663dd52c25496f285eb2e08077318c600759.zip
Fix some compilation errors when child status disabled; new waitpid logic not encoding/decoding status properly
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5561 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/timer_initialize.c')
-rw-r--r--nuttx/sched/timer_initialize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/timer_initialize.c b/nuttx/sched/timer_initialize.c
index 05980bb1a..2651469ef 100644
--- a/nuttx/sched/timer_initialize.c
+++ b/nuttx/sched/timer_initialize.c
@@ -137,7 +137,7 @@ void weak_function timer_initialize(void)
* resources are referenced.
*
* Parameters:
- * pid - the task ID of the thread that exitted
+ * pid - the task ID of the thread that exited
*
* Return Value:
* None