mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
sched/signal/sig_procmask.c: Fix a typo
This commit is contained in:
committed by
Abdelatif Guettouche
parent
b86de683e0
commit
ea5ec14995
@@ -141,7 +141,7 @@ int nxsig_procmask(int how, FAR const sigset_t *set, FAR sigset_t *oset)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
/* The resulting set is the intersection of the current set and
|
/* The resulting set is the intersection of the current set and
|
||||||
* the complement of the signal set pointed to by _set.
|
* the complement of the signal set pointed to by set.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
case SIG_UNBLOCK:
|
case SIG_UNBLOCK:
|
||||||
|
|||||||
Reference in New Issue
Block a user