Author: avg
Date: Fri Nov 19 10:01:30 2010
New Revision: 215516
URL: http://svn.freebsd.org/changeset/base/215516

Log:
  MFC r215397: fix misspelling in a comment

Modified:
  stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c
==============================================================================
--- stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c        
Fri Nov 19 09:59:55 2010        (r215515)
+++ stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c        
Fri Nov 19 10:01:30 2010        (r215516)
@@ -1555,7 +1555,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-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to