diff --git a/sched/signal/sig_default.c b/sched/signal/sig_default.c index 91a3dd6863..9c0252e5cc 100644 --- a/sched/signal/sig_default.c +++ b/sched/signal/sig_default.c @@ -317,7 +317,7 @@ static void nxsig_stop_task(int signo) group->tg_waitflags = 0; - /* YWakeup any tasks waiting for this task to exit or stop. */ + /* Wakeup any tasks waiting for this task to exit or stop. */ while (group->tg_exitsem.semcount < 0) {