From b830d4335639e21f0b81372c2a914c9a2e4d1446 Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Wed, 16 Oct 2019 07:53:47 +0000 Subject: [PATCH] fix wording / typos in r353625 Reported by: kib MFC after: 4 weeks X-MFC with: r353625, r353618 --- cddl/contrib/opensolaris/lib/libzpool/common/kernel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c b/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c index 6b056b7ff6b2..4af6eb033e32 100644 --- a/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c +++ b/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c @@ -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)