]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
cmd: fix typo in CMD_BOOTMETH help text
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 12 Jun 2024 14:58:46 +0000 (16:58 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jun 2024 17:41:43 +0000 (11:41 -0600)
It's bootmeths and not bootmethds.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig

index ff0f5941ecc72f94358af7ff43c9edb5ac8c7b75..a2dee346891229063de73e41b4134776ec99ed4d 100644 (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.