From 5ce885b30b80b1d532f3f9a0b69e792a295b43cd Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 14 Sep 2024 09:19:12 +0200 Subject: [PATCH] package/kexec-lite: fix utility typo in help text Signed-off-by: Peter Korsgaard Signed-off-by: Thomas Petazzoni (cherry picked from commit 98e1dae3a39c622d755ada474c693e33109a47d5) Signed-off-by: Peter Korsgaard --- package/kexec-lite/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kexec-lite/Config.in b/package/kexec-lite/Config.in index 89184b0b7c..71bd619ae4 100644 --- a/package/kexec-lite/Config.in +++ b/package/kexec-lite/Config.in @@ -13,7 +13,7 @@ config BR2_PACKAGE_KEXEC_LITE select BR2_PACKAGE_DTC select BR2_PACKAGE_DTC_PROGRAMS help - Kexec is a user space utiltity for loading another kernel + Kexec is a user space utility for loading another kernel and asking the currently running kernel to do something with it.