fix wording / typos in r353625

Reported by:	kib
MFC after:	4 weeks
X-MFC with:	r353625, r353618
This commit is contained in:
Andriy Gapon 2019-10-16 07:53:47 +00:00
parent ba2bbaffcf
commit b830d43356
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353627

View File

@ -323,8 +323,8 @@ cv_wait(kcondvar_t *cv, kmutex_t *mp)
/* /*
* NB: this emulates FreeBSD cv_wait_sig(9), not the illumos one. * NB: this emulates FreeBSD cv_wait_sig(9), not the illumos one.
* Meanings of the return code is different. * Meanings of the return code are different.
* NB: this does not actually catch any siganls. * NB: this does not actually catch any signals.
*/ */
int int
cv_wait_sig(kcondvar_t *cv, kmutex_t *mp) cv_wait_sig(kcondvar_t *cv, kmutex_t *mp)