aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_addprioritized.c
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-01-26 12:07:01 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-01-26 12:07:01 +0100
commitbeb463874808e94d8ca99ab14402895c10cfb63e (patch)
tree33efd417f138b964660d21deaf74bfb733b03c24 /nuttx/sched/sched_addprioritized.c
parent7459169230c4fbb738aaa79f61592048e537cf02 (diff)
parentbeb45222985f1eb9fbe21b22b95c30ab8ca5bbac (diff)
downloadpx4-firmware-beb463874808e94d8ca99ab14402895c10cfb63e.tar.gz
px4-firmware-beb463874808e94d8ca99ab14402895c10cfb63e.tar.bz2
px4-firmware-beb463874808e94d8ca99ab14402895c10cfb63e.zip
Merge branch 'master' of github.com:PX4/Firmware into statemachine_docs
Diffstat (limited to 'nuttx/sched/sched_addprioritized.c')
-rw-r--r--nuttx/sched/sched_addprioritized.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sched_addprioritized.c b/nuttx/sched/sched_addprioritized.c
index 8f19a4731..20178fb9c 100644
--- a/nuttx/sched/sched_addprioritized.c
+++ b/nuttx/sched/sched_addprioritized.c
@@ -114,7 +114,7 @@ bool sched_addprioritized(FAR _TCB *tcb, DSEG dq_queue_t *list)
(next && sched_priority <= next->sched_priority);
next = next->flink);
- /* Add the tcb to the spot found in the list. Check if the tcb
+ /* Add the tcb to the spot found in the list. Check if the tcb
* goes at the end of the list. NOTE: This could only happen if list
* is the g_pendingtasks list!
*/