From: Colin Ian King Date: Fri, 7 Oct 2022 20:43:39 +0000 (+0100) Subject: init: Kconfig: fix spelling mistake "satify" -> "satisfy" X-Git-Tag: v6.1-rc5~84^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eacf96d23f23e5bfd175be07048246efd0be4cc6;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Andrew Morton --- diff --git a/init/Kconfig b/init/Kconfig index 694f7c1..abf6509 100644 --- 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 satisfy the build requirements of Rust support. In particular, the Makefile target 'rustavailable' is useful to check why the Rust toolchain is not being detected.