Spelling correction "independant" to "independent".
PR: docs/11102 Spotted by: Bruce Grisham <bruce@accumatics.com>
This commit is contained in:
parent
c9fa053a02
commit
a6d91e2fb1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5103
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.9 1999-06-21 19:06:15 billf Exp $
|
$Id: chapter.sgml,v 1.10 1999-06-21 19:51:59 tom Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="internals">
|
<chapter id="internals">
|
||||||
|
@ -1700,7 +1700,7 @@
|
||||||
<title>Filesystem I/O—<literal>struct buf</literal></title>
|
<title>Filesystem I/O—<literal>struct buf</literal></title>
|
||||||
|
|
||||||
<para>vnode-backed VM objects, such as file-backed objects, generally
|
<para>vnode-backed VM objects, such as file-backed objects, generally
|
||||||
need to maintain their own clean/dirty info independant from the VM
|
need to maintain their own clean/dirty info independent from the VM
|
||||||
system's idea of clean/dirty. For example, when the VM system decides
|
system's idea of clean/dirty. For example, when the VM system decides
|
||||||
to synchronize a physical page to its backing store, the VM system
|
to synchronize a physical page to its backing store, the VM system
|
||||||
needs to mark the page clean before the page is actually written to
|
needs to mark the page clean before the page is actually written to
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.9 1999-06-21 19:06:15 billf Exp $
|
$Id: chapter.sgml,v 1.10 1999-06-21 19:51:59 tom Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="internals">
|
<chapter id="internals">
|
||||||
|
@ -1700,7 +1700,7 @@
|
||||||
<title>Filesystem I/O—<literal>struct buf</literal></title>
|
<title>Filesystem I/O—<literal>struct buf</literal></title>
|
||||||
|
|
||||||
<para>vnode-backed VM objects, such as file-backed objects, generally
|
<para>vnode-backed VM objects, such as file-backed objects, generally
|
||||||
need to maintain their own clean/dirty info independant from the VM
|
need to maintain their own clean/dirty info independent from the VM
|
||||||
system's idea of clean/dirty. For example, when the VM system decides
|
system's idea of clean/dirty. For example, when the VM system decides
|
||||||
to synchronize a physical page to its backing store, the VM system
|
to synchronize a physical page to its backing store, the VM system
|
||||||
needs to mark the page clean before the page is actually written to
|
needs to mark the page clean before the page is actually written to
|
||||||
|
|
Loading…
Reference in a new issue