forked from Minki/linux
init: Kconfig: fix spelling mistake "satify" -> "satisfy"
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>
This commit is contained in:
parent
28f4821b1b
commit
eacf96d23f
@ -66,7 +66,7 @@ config RUST_IS_AVAILABLE
|
|||||||
This shows whether a suitable Rust toolchain is available (found).
|
This shows whether a suitable Rust toolchain is available (found).
|
||||||
|
|
||||||
Please see Documentation/rust/quick-start.rst for instructions on how
|
Please see Documentation/rust/quick-start.rst for instructions on how
|
||||||
to satify the build requirements of Rust support.
|
to satisfy the build requirements of Rust support.
|
||||||
|
|
||||||
In particular, the Makefile target 'rustavailable' is useful to check
|
In particular, the Makefile target 'rustavailable' is useful to check
|
||||||
why the Rust toolchain is not being detected.
|
why the Rust toolchain is not being detected.
|
||||||
|
Loading…
Reference in New Issue
Block a user