Typo fix.
Submitted by: Jim Nasby
This commit is contained in:
parent
51c37fd0ca
commit
f3284f2df7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47862
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue