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 <da...@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.
         */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to