projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f4821
)
init: Kconfig: fix spelling mistake "satify" -> "satisfy"
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 7 Oct 2022 20:43:39 +0000
(21:43 +0100)
committer
Andrew Morton
<akpm@linux-foundation.org>
Fri, 21 Oct 2022 04:27:22 +0000
(21:27 -0700)
There is a spelling mistake in a Kconfig description. Fix it.
Link:
https://lkml.kernel.org/r/20221007204339.2757753-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 694f7c160c9c107e513ca69b7efe17b232570405..abf65098f1b6bf1c70725a8d72de970a69efaced 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-66,7
+66,7
@@
config RUST_IS_AVAILABLE
This shows whether a suitable Rust toolchain is available (found).
Please see Documentation/rust/quick-start.rst for instructions on how
- to satify the build requirements of Rust support.
+ to sati
s
fy the build requirements of Rust support.
In particular, the Makefile target 'rustavailable' is useful to check
why the Rust toolchain is not being detected.