Skip to content

Commit

Permalink
lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"
Browse files Browse the repository at this point in the history
s/capabilitiy/capability

Signed-off-by: Qiujun Huang <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Qiujun Huang authored and torvalds committed Apr 7, 2020
1 parent ef06565 commit 29b46fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ config FAILSLAB
Provide fault-injection capability for kmalloc.

config FAIL_PAGE_ALLOC
bool "Fault-injection capabilitiy for alloc_pages()"
bool "Fault-injection capability for alloc_pages()"
depends on FAULT_INJECTION
help
Provide fault-injection capability for alloc_pages().
Expand Down

0 comments on commit 29b46fa

Please sign in to comment.