Author: kib
Date: Sat Apr 30 22:46:02 2011
New Revision: 221281
URL: http://svn.freebsd.org/changeset/base/221281

Log:
  Fix typos.
  
  Noted by:     Fabian Keil <freebsd-listen fabiankeil de>
  Pointy hat to:        kib
  MFC after:    1 week

Modified:
  head/sys/ufs/ffs/ffs_vnops.c

Modified: head/sys/ufs/ffs/ffs_vnops.c
==============================================================================
--- head/sys/ufs/ffs/ffs_vnops.c        Sat Apr 30 22:34:44 2011        
(r221280)
+++ head/sys/ufs/ffs/ffs_vnops.c        Sat Apr 30 22:46:02 2011        
(r221281)
@@ -591,7 +591,7 @@ ffs_read(ap)
                        /*
                         * If there are no dependencies, and it's VMIO,
                         * then we don't need the buf, mark it available
-                        * for freeing.  For non-direct VMIO reads, he VM
+                        * for freeing.  For non-direct VMIO reads, the VM
                         * has the data.
                         */
                        bp->b_flags |= B_RELBUF;
@@ -986,7 +986,7 @@ ffs_extread(struct vnode *vp, struct uio
                        /*
                         * If there are no dependencies, and it's VMIO,
                         * then we don't need the buf, mark it available
-                        * for freeing.  For non-direct VMIO reads, The VM
+                        * for freeing.  For non-direct VMIO reads, the VM
                         * has the data.
                         */
                        bp->b_flags |= B_RELBUF;
_______________________________________________
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