[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20101018053654.GA14317@linux.vnet.ibm.com>
Date: Mon, 18 Oct 2010 11:06:54 +0530
From: Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>
To: linux-doc@...r.kernel.org
Cc: rdunlap@...otime.net, linux-kernel@...r.kernel.org,
kamezawa.hiroyu@...fujitsu.com
Subject: [PATCH] Fix typos in Documentation/sysctl/vm.txt
Fix couple of typos in Documentation/sysctl/vm.txt under
numa_zonelist_order.
Signed-off-by: Kamalesh Babulal <kamalesh@...ux.vnet.ibm.com>
--
Documentation/sysctl/vm.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
index b606c2c..4de9d5b 100644
--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -477,12 +477,12 @@ the DMA zone.
Type(A) is called as "Node" order. Type (B) is "Zone" order.
"Node order" orders the zonelists by node, then by zone within each node.
-Specify "[Nn]ode" for zone order
+Specify "[Nn]ode" for node order.
"Zone Order" orders the zonelists by zone type, then by node within each
-zone. Specify "[Zz]one"for zode order.
+zone. Specify "[Zz]one" for zone order.
-Specify "[Dd]efault" to request automatic configuration. Autoconfiguration
+Specify "[Dd]efault" to request automatic configuration. Autoconfiguration
will select "node" order in following case.
(1) if the DMA zone does not exist or
(2) if the DMA zone comprises greater than 50% of the available memory or
Kamalesh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists