projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ce39b
)
mm/Kconfig: fix spelling mistake "whats" -> "what's"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 18 Dec 2020 22:05:32 +0000
(14:05 -0800)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/mm/Kconfig
b/mm/Kconfig
index 4275c25b5d8afc5d96cf5e6b733d2f7e0e0daf92..f730605b8dcf4971f37a01fbd311dd6d82d44422 100644
(file)
--- 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.