]> Git Repo - linux.git/commitdiff
asm-generic/page.h: fix typo in #error text requiring a real asm/page.h
authorMike Rapoport <[email protected]>
Thu, 21 Feb 2019 11:36:31 +0000 (13:36 +0200)
committerArnd Bergmann <[email protected]>
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 <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
include/asm-generic/page.h

index 27bf3377b0cbf6e804474fc76b0ad0441b637a8b..fe801f01625edc4f9e1afcd8ec4e9d722d86e7be 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
 
 
This page took 0.05907 seconds and 4 git commands to generate.