Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2011 16:44:25 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227111 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Message-ID:  <201111051644.pA5GiPIj076070@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Sat Nov  5 16:44:25 2011
New Revision: 227111
URL: http://svn.freebsd.org/changeset/base/227111

Log:
  Correct typo in comment.
  
  Reported by:	Fabian Keil <fk@fabiankeil.de>
  MFC after:	3 days

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c	Sat Nov  5 16:29:03 2011	(r227110)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c	Sat Nov  5 16:44:25 2011	(r227111)
@@ -878,7 +878,7 @@ zvol_open(struct g_provider *pp, int fla
 	if (MUTEX_HELD(&spa_namespace_lock)) {
 		/*
 		 * If the spa_namespace_lock is being held, it means that ZFS
-		 * is trying to open ZVOL as its VDEV. This i not supported.
+		 * is trying to open ZVOL as its VDEV. This is not supported.
 		 */
 		return (EOPNOTSUPP);
 	}



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