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>
This commit is contained in:
Mike Rapoport 2019-02-21 13:36:31 +02:00 committed by Arnd Bergmann
parent 746c9398f5
commit d724444ab9
1 changed files with 1 additions and 1 deletions

View File

@ -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