Hi Andrew, Please merge this (unless someone sees problems with it). Looks good to me. Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> --- Date: Mon, 18 Oct 2010 11:06:54 +0530 From: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> To: linux-doc@xxxxxxxxxxxxxxx Cc: rdunlap@xxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, kamezawa.hiroyu@xxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxx> -- 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 -- -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>