Skip to content

Commit d724444

Browse files
rpptarndb
authored andcommitted
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>
1 parent 746c939 commit d724444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/asm-generic/page.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
#ifdef CONFIG_MMU
10-
#error need to prove a real asm/page.h
10+
#error need to provide a real asm/page.h
1111
#endif
1212

1313

0 commit comments

Comments
 (0)