]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: Fix typos in enum efi_allocate_type
authorSimon Glass <sjg@chromium.org>
Sun, 1 Dec 2024 15:24:21 +0000 (08:24 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 15 Dec 2024 01:07:23 +0000 (02:07 +0100)
Fix 'indicatged' and 'adress' typos.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/efi.h

index c559fda3004c30dd093d4c863451c8d58d2a0980..d50b3d3cec91a89e07982972b6a1de77c9ed3557 100644 (file)
@@ -175,7 +175,7 @@ enum efi_allocate_type {
        EFI_ALLOCATE_MAX_ADDRESS,
        /**
         * @EFI_ALLOCATE_ADDRESS:
-        * Allocate a memory block starting at the indicatged adress.
+        * Allocate a memory block starting at the indicated address.
         */
        EFI_ALLOCATE_ADDRESS,
        /**