From afc9adbc295cf2437c553324331b6d052522e99f Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Tue, 10 Jul 2001 13:24:13 +0000
Subject: [PATCH] Spelling police.
---
en_US.ISO8859-1/articles/vm-design/article.sgml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/en_US.ISO8859-1/articles/vm-design/article.sgml b/en_US.ISO8859-1/articles/vm-design/article.sgml
index 54bafaf6dd..ad0b7c8c9a 100644
--- a/en_US.ISO8859-1/articles/vm-design/article.sgml
+++ b/en_US.ISO8859-1/articles/vm-design/article.sgml
@@ -1,4 +1,4 @@
-
+
What is “the interleaving algorithm” that you
refer to in your listing of the ills of the FreeBSD 3.x swap
- arrangments?
+ arrangements?
@@ -622,7 +622,7 @@
to separate clean and dirty pages for the express reason of
avoiding unnecessary flushes of dirty pages (which eats I/O
bandwidth), nor does it move pages between the various page
- queues gratitously when the memory subsystem is not being
+ queues gratuitously when the memory subsystem is not being
stressed. This is why you will see some systems with very low
cache queue counts and high active queue counts when doing a
systat -vm command.
@@ -691,7 +691,7 @@
pv_entry structures.
pv_entry structures only represent pages
- mapped by the MMU (one pv_entry represnts one
+ mapped by the MMU (one pv_entry represents one
pte). This means that when we need to remove all hardware
references to a vm_page (in order to reuse the
page for something else, page it out, clear it, dirty it, and so
@@ -779,8 +779,8 @@
extremely important for most of a processor's
memory accesses to be able to come from the L1 cache, because the
L1 cache operates at the processor frequency. The moment you have
- an L1 cahe miss and have to go to the L2 cache or to main memory,
- the processor will stall and potentially sit twidling its fingers
+ an L1 cache miss and have to go to the L2 cache or to main memory,
+ the processor will stall and potentially sit twiddling its fingers
for hundreds of instructions worth of time
waiting for a read from main memory to complete. Main memory (the
dynamic ram you stuff into a computer) is