sched/signal/sig_default.c: Fix a typo

This commit is contained in:
Yoshinori Sugino 2020-10-31 08:32:37 +09:00 committed by Xiang Xiao
parent 278e7af5e5
commit 834b74c786
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{