summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2011-04-30 22:46:02 +0000
committerkib <kib@FreeBSD.org>2011-04-30 22:46:02 +0000
commitb58a6812d78bf4a00f19f71d027186f680394517 (patch)
treef5bd3b142e40474287b9e5d024981e1d24f4d584 /sys/ufs
parenta524773fc0f4945194761d6d4f79bfd7fffac260 (diff)
downloadFreeBSD-src-b58a6812d78bf4a00f19f71d027186f680394517.zip
FreeBSD-src-b58a6812d78bf4a00f19f71d027186f680394517.tar.gz
Fix typos.
Noted by: Fabian Keil <freebsd-listen fabiankeil de> Pointy hat to: kib MFC after: 1 week
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_vnops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c
index 8b036cb..cf6a5a8 100644
--- a/sys/ufs/ffs/ffs_vnops.c
+++ b/sys/ufs/ffs/ffs_vnops.c
@@ -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 *uio, int ioflag)
/*
* 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;
OpenPOWER on IntegriCloud