summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-25 17:44:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-25 17:44:35 +0000
commit018ff6e65dcc563321d27d010e693dd8413e2f45 (patch)
treecd6fc22d2130b328328f2aeef39b8758673ec132 /nuttx/sched
parent50d5e799e29f7d1da649d43fee8382cdffe3fc89 (diff)
downloadpx4-nuttx-018ff6e65dcc563321d27d010e693dd8413e2f45.tar.gz
px4-nuttx-018ff6e65dcc563321d27d010e693dd8413e2f45.tar.bz2
px4-nuttx-018ff6e65dcc563321d27d010e693dd8413e2f45.zip
Consolidate buffer dumping; fix all occurrences of 'the the'
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/mq_timedreceive.c2
-rw-r--r--nuttx/sched/mq_timedsend.c2
-rw-r--r--nuttx/sched/mq_waitirq.c2
-rw-r--r--nuttx/sched/pthread_keycreate.c2
-rw-r--r--nuttx/sched/sem_holder.c2
-rw-r--r--nuttx/sched/sem_waitirq.c2
-rw-r--r--nuttx/sched/wd_gettime.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/sched/mq_timedreceive.c b/nuttx/sched/mq_timedreceive.c
index a6cf00338..fd8f0edd8 100644
--- a/nuttx/sched/mq_timedreceive.c
+++ b/nuttx/sched/mq_timedreceive.c
@@ -114,7 +114,7 @@ static void mq_rcvtimeout(int argc, uint32 pid)
wtcb->pterrno = ETIMEDOUT;
- /* Restart the the task. */
+ /* Restart the task. */
up_unblock_task(wtcb);
}
diff --git a/nuttx/sched/mq_timedsend.c b/nuttx/sched/mq_timedsend.c
index 4cd508d3b..b50cdcef3 100644
--- a/nuttx/sched/mq_timedsend.c
+++ b/nuttx/sched/mq_timedsend.c
@@ -115,7 +115,7 @@ static void mq_sndtimeout(int argc, uint32 pid)
wtcb->pterrno = ETIMEDOUT;
- /* Restart the the task. */
+ /* Restart the task. */
up_unblock_task(wtcb);
}
diff --git a/nuttx/sched/mq_waitirq.c b/nuttx/sched/mq_waitirq.c
index 75ecbb08f..417aa84bf 100644
--- a/nuttx/sched/mq_waitirq.c
+++ b/nuttx/sched/mq_waitirq.c
@@ -113,7 +113,7 @@ void mq_waitirq(FAR _TCB *wtcb)
wtcb->pterrno = EINTR;
- /* Restart the the task. */
+ /* Restart the task. */
up_unblock_task(wtcb);
}
diff --git a/nuttx/sched/pthread_keycreate.c b/nuttx/sched/pthread_keycreate.c
index c11ccafe1..402d0e690 100644
--- a/nuttx/sched/pthread_keycreate.c
+++ b/nuttx/sched/pthread_keycreate.c
@@ -81,7 +81,7 @@
* thread.
*
* Upon key creation, the value NULL will be associated with
- * the the new key in all active threads. Upon thread
+ * the new key in all active threads. Upon thread
* creation, the value NULL will be associated with all
* defined keys in the new thread.
*
diff --git a/nuttx/sched/sem_holder.c b/nuttx/sched/sem_holder.c
index 825f04b02..66ee2592a 100644
--- a/nuttx/sched/sem_holder.c
+++ b/nuttx/sched/sem_holder.c
@@ -114,7 +114,7 @@ static inline FAR struct semholder_s *sem_allocholder(sem_t *sem)
pholder->flink = sem->hlist.flink;
sem->hlist.flink = pholder;
- /* Make sure the the initial count is zero */
+ /* Make sure the initial count is zero */
pholder->counts = 0;
}
diff --git a/nuttx/sched/sem_waitirq.c b/nuttx/sched/sem_waitirq.c
index 3aded997d..e5572acb1 100644
--- a/nuttx/sched/sem_waitirq.c
+++ b/nuttx/sched/sem_waitirq.c
@@ -117,7 +117,7 @@ void sem_waitirq(FAR _TCB *wtcb)
wtcb->pterrno = EINTR;
- /* Restart the the task. */
+ /* Restart the task. */
up_unblock_task(wtcb);
}
diff --git a/nuttx/sched/wd_gettime.c b/nuttx/sched/wd_gettime.c
index 77d71eb5c..40322e00a 100644
--- a/nuttx/sched/wd_gettime.c
+++ b/nuttx/sched/wd_gettime.c
@@ -70,7 +70,7 @@
* Function: wd_gettime
*
* Description:
- * This function returns the time remaining before the the specified watchdog
+ * This function returns the time remaining before the specified watchdog
* expires.
*
* Parameters: