cmd: fix typo in CMD_BOOTMETH help text

It's bootmeths and not bootmethds.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Quentin Schulz 2024-06-12 16:58:46 +02:00 committed by Tom Rini
parent ee71d159aa
commit 20a038317b

View file

@ -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.