summaryrefslogtreecommitdiffstats
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 5c28a78a0f..b86daaa5db 100644
--- a/nuttx/sched/sem_waitirq.c
+++ b/nuttx/sched/sem_waitirq.c
@@ -121,7 +121,7 @@ void sem_waitirq(FAR struct tcb_s *wtcb, int errcode)
* that was taken by sem_post(). This count decremented the semaphore
* count to negative and caused the thread to be blocked in the first
* place.
- */
+ */
sem->semcount++;