sched/signal/sig_default.c: Fix a typo
This commit is contained in:
parent
278e7af5e5
commit
834b74c786
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue