svn commit: r353627 - head/cddl/contrib/opensolaris/lib/libzpool/common

Andriy Gapon avg at FreeBSD.org
Wed Oct 16 07:53:48 UTC 2019


Author: avg
Date: Wed Oct 16 07:53:47 2019
New Revision: 353627
URL: https://svnweb.freebsd.org/changeset/base/353627

Log:
  fix wording / typos in r353625
  
  Reported by:	kib
  MFC after:	4 weeks
  X-MFC with:	r353625, r353618

Modified:
  head/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c

Modified: head/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c
==============================================================================
--- head/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c	Wed Oct 16 07:49:20 2019	(r353626)
+++ head/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c	Wed Oct 16 07:53:47 2019	(r353627)
@@ -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)


More information about the svn-src-all mailing list