sched/signal: Cosmetic changes

This commit is contained in:
Yoshinori Sugino 2020-10-05 00:48:34 +09:00 committed by Xiang Xiao
parent a562fba971
commit e4094eff12

View File

@ -358,7 +358,7 @@ int nxsig_tcbdispatch(FAR struct tcb_s *stcb, siginfo_t *info)
{
/* Check if the task is waiting for this pending signal. If so, then
* unblock it. This must be performed in a critical section because
* signals can be queued * from the interrupt level.
* signals can be queued from the interrupt level.
*/
flags = enter_critical_section();