aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-06-30 18:20:44 +0200
committerAdrian Bunk <bunk@stusta.de>2006-06-30 18:20:44 +0200
commitb3c2ffd5343645fc9b46f67e8c0eaac1e2dde7b4 (patch)
tree3f3f9dd9394a7f0cecacea769fd75cda0b125c80 /include/asm-ppc
parenttypo fixes: bandwith -> bandwidth (diff)
downloadlinux-dev-b3c2ffd5343645fc9b46f67e8c0eaac1e2dde7b4.tar.xz
linux-dev-b3c2ffd5343645fc9b46f67e8c0eaac1e2dde7b4.zip
typo fixes: mecanism -> mechanism
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/page.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/page.h b/include/asm-ppc/page.h
index 0b19af82507f..fe95c8258cf9 100644
--- a/include/asm-ppc/page.h
+++ b/include/asm-ppc/page.h
@@ -170,7 +170,7 @@ extern __inline__ int get_order(unsigned long size)
#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
-/* We do define AT_SYSINFO_EHDR but don't use the gate mecanism */
+/* We do define AT_SYSINFO_EHDR but don't use the gate mechanism */
#define __HAVE_ARCH_GATE_AREA 1
#include <asm-generic/memory_model.h>