aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pgtable-ppc64.h
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2008-12-03 13:52:05 +0000
committerPaul Mackerras <paulus@samba.org>2008-12-16 14:39:32 +1100
commit15cb1cc981183861e4e653b67a0ea451f720af85 (patch)
treed858817c84a2b85e54e43ea6ec201e7af59e85db /arch/powerpc/include/asm/pgtable-ppc64.h
parentpowerpc/chrp: Add missing of_node_put in pci.c (diff)
downloadlinux-dev-15cb1cc981183861e4e653b67a0ea451f720af85.tar.xz
linux-dev-15cb1cc981183861e4e653b67a0ea451f720af85.zip
powerpc: Fix typo in pgtable-ppc64.h
Fix a minor comment typo in pgtable-ppc64.h. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/include/asm/pgtable-ppc64.h')
-rw-r--r--arch/powerpc/include/asm/pgtable-ppc64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pgtable-ppc64.h b/arch/powerpc/include/asm/pgtable-ppc64.h
index 4c0a8c62859d..1f0a330f03f4 100644
--- a/arch/powerpc/include/asm/pgtable-ppc64.h
+++ b/arch/powerpc/include/asm/pgtable-ppc64.h
@@ -100,7 +100,7 @@
#define _PAGE_WRENABLE (_PAGE_RW | _PAGE_DIRTY)
-/* __pgprot defined in arch/powerpc/incliude/asm/page.h */
+/* __pgprot defined in arch/powerpc/include/asm/page.h */
#define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
#define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW | _PAGE_USER)