From: Geoff Levand Date: Wed, 3 Dec 2008 13:52:05 +0000 (+0000) Subject: powerpc: Fix typo in pgtable-ppc64.h X-Git-Tag: v2.6.29-rc1~574^2~68 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=15cb1cc981183861e4e653b67a0ea451f720af85;hp=29e931c02b0e54f3d36b930c118e69b507b4b6ff;p=safe%2Fjmp%2Flinux-2.6 powerpc: Fix typo in pgtable-ppc64.h Fix a minor comment typo in pgtable-ppc64.h. Signed-off-by: Geoff Levand Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/include/asm/pgtable-ppc64.h b/arch/powerpc/include/asm/pgtable-ppc64.h index 4c0a8c6..1f0a330 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)