mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
sched/signal/sig_default.c: Fix a typo
This commit is contained in:
committed by
Xiang Xiao
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user