OSDN Git Service

asm-generic/page.h: fix typo in #error text requiring a real asm/page.h
authorMike Rapoport <rppt@linux.ibm.com>
Thu, 21 Feb 2019 11:36:31 +0000 (13:36 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Feb 2019 20:53:25 +0000 (21:53 +0100)
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>
include/asm-generic/page.h

index 27bf337..fe801f0 100644 (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