diff mbox series

doc: cmd: bootmeth: Fix extlinunx -> extlinux typo

Message ID 20240524-bootflow-doc-typo-v1-1-d8e64a40e2b1@baylibre.com
State Accepted, archived
Delegated to: Heinrich Schuchardt
Headers show
Series doc: cmd: bootmeth: Fix extlinunx -> extlinux typo | expand

Commit Message

Mattijs Korpershoek May 24, 2024, 1:28 p.m. UTC
Fix a trivial typo in the bootmeth documentation.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
---
 doc/usage/cmd/bootmeth.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: a7f0154c412859323396111dd0c09dbafbc153cb
change-id: 20240524-bootflow-doc-typo-9339f86cf340

Best regards,

Comments

Simon Glass May 29, 2024, 4:29 p.m. UTC | #1
On Fri, 24 May 2024 at 07:28, Mattijs Korpershoek
<mkorpershoek@baylibre.com> wrote:
>
> Fix a trivial typo in the bootmeth documentation.
>
> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> ---
>  doc/usage/cmd/bootmeth.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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

Patch

diff --git a/doc/usage/cmd/bootmeth.rst b/doc/usage/cmd/bootmeth.rst
index 2903977ee54d..bac9fdf85cdc 100644
--- a/doc/usage/cmd/bootmeth.rst
+++ b/doc/usage/cmd/bootmeth.rst
@@ -48,7 +48,7 @@  The format looks like this:
 =====  ===  ==================  =================================
 Order  Seq  Name                Description
 =====  ===  ==================  =================================
-    0    0  extlinunx           Extlinux boot from a block device
+    0    0  extlinux            Extlinux boot from a block device
     1    1  efi                 EFI boot from an .efi file
     2    2  pxe                 PXE boot from a network device
     3    3  sandbox             Sandbox boot for testing