summaryrefslogtreecommitdiffstats
path: root/sys/cddl
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-11-05 16:44:25 +0000
committerpjd <pjd@FreeBSD.org>2011-11-05 16:44:25 +0000
commitf805d16088594ac14ca784600c710e3826a3f264 (patch)
treeb8db658cb192d2fe8b15d3befdb0e3c0f8180618 /sys/cddl
parent926e106e807e180f532ed962b0b90d19e1f54daa (diff)
downloadFreeBSD-src-f805d16088594ac14ca784600c710e3826a3f264.zip
FreeBSD-src-f805d16088594ac14ca784600c710e3826a3f264.tar.gz
Correct typo in comment.
Reported by: Fabian Keil <fk@fabiankeil.de> MFC after: 3 days
Diffstat (limited to 'sys/cddl')
-rw-r--r--sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
index 6eec455..d22edbf 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
@@ -878,7 +878,7 @@ zvol_open(struct g_provider *pp, int flag, int count)
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);
}
OpenPOWER on IntegriCloud