fix misspelling in a comment

Reported by:	Daniel Braniss <danny@cs.huji.ac.il>
MFC after:	3 days
This commit is contained in:
avg 2010-11-16 12:30:47 +00:00
parent d54d1011fb
commit ea5ab33248

View File

@ -1557,7 +1557,7 @@ zfs_vget(vfs_t *vfsp, ino_t ino, int flags, vnode_t **vpp)
int err;
/*
* zfs_zget() can't operate on virtual entires like .zfs/ or
* zfs_zget() can't operate on virtual entries like .zfs/ or
* .zfs/snapshot/ directories, that's why we return EOPNOTSUPP.
* This will make NFS to switch to LOOKUP instead of using VGET.
*/