mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Fix typos
This commit is contained in:
committed by
Abdelatif Guettouche
parent
b5d4f3fbc9
commit
296eff3d40
@@ -205,7 +205,7 @@ int nxsig_delset(FAR sigset_t *set, int signo);
|
||||
* sigprocmask() except that it does not modify the errno value.
|
||||
*
|
||||
* Input Parameters:
|
||||
* how - How the signal mast will be changed:
|
||||
* how - How the signal mask will be changed:
|
||||
* SIG_BLOCK - The resulting set is the union of the current set
|
||||
* and the signal set pointed to by 'set'.
|
||||
* SIG_UNBLOCK - The resulting set is the intersection of the current
|
||||
|
||||
Reference in New Issue
Block a user