libs/libc/signal/sig_wait.c: Fix a typo

This commit is contained in:
Yoshinori Sugino 2020-10-11 10:34:10 +09:00 committed by Xiang Xiao
parent 35c8da34a8
commit 5a1788822d

View File

@ -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.
*/