Fix typos.

Noted by:	Fabian Keil <freebsd-listen fabiankeil de>
Pointy hat to:	kib
MFC after:	1 week
This commit is contained in:
kib 2011-04-30 22:46:02 +00:00
parent a524773fc0
commit b58a6812d7

View File

@ -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;