bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"
@ 2020-04-02  9:09 Qiujun Huang
  0 siblings, 0 replies; only message in thread
From: Qiujun Huang @ 2020-04-02  9:09 UTC (permalink / raw)
  To: ast, daniel, songliubraving
  Cc: akpm, skhan, linux-kernel, netdev, bpf, Qiujun Huang

s/capabilitiy/capability

Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
---
 lib/Kconfig.debug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 69def4a..20bf1ee 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1628,7 +1628,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().
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-02  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02  9:09 [PATCH] lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability" Qiujun Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).