svn commit: r215397 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

Andriy Gapon avg at FreeBSD.org
Tue Nov 16 12:30:47 UTC 2010


Author: avg
Date: Tue Nov 16 12:30:47 2010
New Revision: 215397
URL: http://svn.freebsd.org/changeset/base/215397

Log:
  fix misspelling in a comment
  
  Reported by:	Daniel Braniss <danny at cs.huji.ac.il>
  MFC after:	3 days

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

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c	Tue Nov 16 10:33:41 2010	(r215396)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c	Tue Nov 16 12:30:47 2010	(r215397)
@@ -1557,7 +1557,7 @@ zfs_vget(vfs_t *vfsp, ino_t ino, int fla
 	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.
 	 */


More information about the svn-src-all mailing list