diff options
author | Mike Rapoport <rppt@linux.ibm.com> | 2019-02-21 12:36:31 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-02-22 21:53:25 +0100 |
commit | d724444ab97d2cdf1c4dbfc1ff65d0b18a9631e0 (patch) | |
tree | a626662dd528969a8ab737ce0212fe13b87e329e /include/asm-generic/page.h | |
parent | arch: move common mmap flags to linux/mman.h (diff) | |
download | linux-d724444ab97d2cdf1c4dbfc1ff65d0b18a9631e0.tar.xz linux-d724444ab97d2cdf1c4dbfc1ff65d0b18a9631e0.zip |
asm-generic/page.h: fix typo in #error text requiring a real asm/page.h
Replace "need to prove a real asm/page.h" with "need to provide a real
asm/page.h"
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/asm-generic/page.h')
-rw-r--r-- | include/asm-generic/page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/page.h b/include/asm-generic/page.h index 27bf3377b0cb..fe801f01625e 100644 --- a/include/asm-generic/page.h +++ b/include/asm-generic/page.h @@ -7,7 +7,7 @@ */ #ifdef CONFIG_MMU -#error need to prove a real asm/page.h +#error need to provide a real asm/page.h #endif |