Typo fix.

Submitted by:	Jim Nasby
This commit is contained in:
Christian Brueffer 2015-12-15 10:03:50 +00:00
parent 51c37fd0ca
commit f3284f2df7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47862

View file

@ -143,7 +143,7 @@
buffers, <literal>struct buf</literal>'s, or
<literal>bp</literal>'s. When a filesystem needs to operate on
a portion of a VM object, it typically maps part of the object
into a struct buf and the maps the pages in the struct buf into
into a struct buf and then maps the pages in the struct buf into
KVM. In the same manner, disk I/O is typically issued by
mapping portions of objects into buffer structures and then
issuing the I/O on the buffer structures. The underlying