summaryrefslogtreecommitdiff
path: root/nuttx/sched/mq_waitirq.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/mq_waitirq.c')
-rw-r--r--nuttx/sched/mq_waitirq.c2
1 files changed, 1 insertions, 1 deletions
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);
}