Correct typo in comment.

Reported by:	Fabian Keil <fk@fabiankeil.de>
MFC after:	3 days
This commit is contained in:
Pawel Jakub Dawidek 2011-11-05 16:44:25 +00:00
parent 98dd1c40c4
commit df663c3dd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227111

View File

@ -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);
}