svn commit: r221281 - head/sys/ufs/ffs

Konstantin Belousov kib at FreeBSD.org
Sat Apr 30 22:46:02 UTC 2011


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;


More information about the svn-src-head mailing list