Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 07:53:47 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353627 - head/cddl/contrib/opensolaris/lib/libzpool/common
Message-ID:  <201910160753.x9G7rlX2030487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910160753.x9G7rlX2030487>