]> git.baikalelectronics.ru Git - kernel.git/commitdiff
mm/Kconfig: fix spelling mistake "whats" -> "what's"
authorColin Ian King <colin.king@canonical.com>
Fri, 18 Dec 2020 22:05:32 +0000 (14:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Dec 2020 19:25:41 +0000 (11:25 -0800)
There is a spelling mistake in the Kconfig help text. Fix it.

Link: https://lkml.kernel.org/r/20201217172717.58203-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/Kconfig

index 4275c25b5d8afc5d96cf5e6b733d2f7e0e0daf92..f730605b8dcf4971f37a01fbd311dd6d82d44422 100644 (file)
@@ -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.