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