diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-10-07 21:43:39 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2022-10-20 21:27:22 -0700 |
commit | eacf96d23f23e5bfd175be07048246efd0be4cc6 (patch) | |
tree | 59a5cc6e13891f12c19eb34bf95bacea9a01500b /init | |
parent | 28f4821b1b53e0649706912e810c6c232fc506f9 (diff) | |
download | linux-stable-eacf96d23f23e5bfd175be07048246efd0be4cc6.tar.gz linux-stable-eacf96d23f23e5bfd175be07048246efd0be4cc6.tar.bz2 linux-stable-eacf96d23f23e5bfd175be07048246efd0be4cc6.zip |
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>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 694f7c160c9c..abf65098f1b6 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. |