Spelling correction "independant" to "independent".

PR:		docs/11102
Spotted by:	Bruce Grisham <bruce@accumatics.com>
This commit is contained in:
Tom Hukins 1999-06-21 19:51:59 +00:00
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

View file

@ -1,7 +1,7 @@
<!--
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">
@ -1700,7 +1700,7 @@
<title>Filesystem I/O&mdash;<literal>struct buf</literal></title>
<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
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

View file

@ -1,7 +1,7 @@
<!--
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">
@ -1700,7 +1700,7 @@
<title>Filesystem I/O&mdash;<literal>struct buf</literal></title>
<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
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