libs/libc/signal/sig_wait.c: Fix a typo
This commit is contained in:
parent
35c8da34a8
commit
5a1788822d
@ -91,7 +91,7 @@ int sigwait(FAR const sigset_t *set, FAR int *sig)
|
||||
|
||||
DEBUGASSERT(set != NULL && sig != NULL);
|
||||
|
||||
/* The standard sigwait() function behaves that same as sigwainfo() with
|
||||
/* The standard sigwait() function behaves that same as sigwaitinfo() with
|
||||
* the info argument set to NULL.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user