svn commit: r47862 - head/en_US.ISO8859-1/books/arch-handbook/vm
Christian Brueffer <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: brueffer
Date: Tue Dec 15 10:03:50 2015
New Revision: 47862
URL: https://svnweb.freebsd.org/changeset/doc/47862
Log:
Typo fix.
Submitted by: Jim Nasby
Modified:
head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml
Modified: head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml Mon Dec 14 22:58:44 2015 (r47861)
+++ head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml Tue Dec 15 10:03:50 2015 (r47862)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"