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