summaryrefslogtreecommitdiff
path: root/nuttx/sched/sem_timedwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sem_timedwait.c')
-rw-r--r--nuttx/sched/sem_timedwait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sem_timedwait.c b/nuttx/sched/sem_timedwait.c
index 344b3a072..f375ac06c 100644
--- a/nuttx/sched/sem_timedwait.c
+++ b/nuttx/sched/sem_timedwait.c
@@ -185,7 +185,7 @@ int sem_timedwait(FAR sem_t *sem, FAR const struct timespec *abstime)
#endif
/* Create a watchdog. We will not actually need this watchdog
- * unless the the semaphore is unavailable, but we will reserve it up
+ * unless the semaphore is unavailable, but we will reserve it up
* front before we enter the following critical section.
*/