diff mbox series

mm: Fix spelling mistake in Kconfig "whats" -> "what's"

Message ID 20201217172717.58203-1-colin.king@canonical.com (mailing list archive)
State New, archived
Headers show
Series mm: Fix spelling mistake in Kconfig "whats" -> "what's" | expand

Commit Message

Colin King Dec. 17, 2020, 5:27 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 mm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/mm/Kconfig b/mm/Kconfig
index 7af1a55b708e..585d440a554a 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -713,7 +713,7 @@  config ZSMALLOC_STAT
 	select DEBUG_FS
 	help
 	  This option enables code in the zsmalloc to collect various
-	  statistics about whats happening in zsmalloc and exports that
+	  statistics about what's happening in zsmalloc and exports that
 	  information to userspace via debugfs.
 	  If unsure, say N.