summaryrefslogtreecommitdiff
path: root/cddl
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2019-10-16 07:53:47 +0000
committerAndriy Gapon <avg@FreeBSD.org>2019-10-16 07:53:47 +0000
commitb830d4335639e21f0b81372c2a914c9a2e4d1446 (patch)
tree17d6ed3e76823455028d2fccac7f5b57f269077c /cddl
parentba2bbaffcf9115da3f779f7d82947878444ba3d1 (diff)
downloadsrc-test-b830d4335639e21f0b81372c2a914c9a2e4d1446.tar.gz
src-test-b830d4335639e21f0b81372c2a914c9a2e4d1446.zip
fix wording / typos in r353625
Reported by: kib MFC after: 4 weeks X-MFC with: r353625, r353618
Notes
Notes: svn path=/head/; revision=353627
Diffstat (limited to 'cddl')
-rw-r--r--cddl/contrib/opensolaris/lib/libzpool/common/kernel.c4
1 files 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 6b056b7ff6b27..4af6eb033e321 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)