diff mbox series

[1/4] cmd: fix typo in CMD_BOOTMETH help text

Message ID 20240612-bootflow-efi-crash-v1-1-27b71b0ff08a@cherry.de
State Accepted
Commit 20a038317b5beb6dd2322740ab0f469a51e7820d
Delegated to: Tom Rini
Headers show
Series boot: fix crash in bootflow menu with EFI BOOTMGR support + typos | expand

Commit Message

Quentin Schulz June 12, 2024, 2:58 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

It's bootmeths and not bootmethds.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 cmd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass June 12, 2024, 8:24 p.m. UTC | #1
On Wed, 12 Jun 2024 at 08:58, Quentin Schulz <foss+uboot@0leil.net> wrote:
>
> From: Quentin Schulz <quentin.schulz@cherry.de>
>
> It's bootmeths and not bootmethds.
>
> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
> ---
>  cmd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index b026439c773..57929d4462d 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -308,7 +308,7 @@  config CMD_BOOTMETH
 	depends on BOOTSTD
 	default y if BOOTSTD_FULL
 	help
-	  Support listing available bootmethds (methods used to boot an
+	  Support listing available bootmeths (methods used to boot an
 	  Operating System), as well as selecting the order that the bootmeths
 	  are used.