fix wording / typos in r353625
Reported by: kib MFC after: 4 weeks X-MFC with: r353625, r353618
This commit is contained in:
parent
ba2bbaffcf
commit
b830d43356
@ -323,8 +323,8 @@ cv_wait(kcondvar_t *cv, kmutex_t *mp)
|
||||
|
||||
/*
|
||||
* NB: this emulates FreeBSD cv_wait_sig(9), not the illumos one.
|
||||
* Meanings of the return code is different.
|
||||
* NB: this does not actually catch any siganls.
|
||||
* Meanings of the return code are different.
|
||||
* NB: this does not actually catch any signals.
|
||||
*/
|
||||
int
|
||||
cv_wait_sig(kcondvar_t *cv, kmutex_t *mp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user