[PATCH v5 02/23] efi_loader: Fix typos in enum efi_allocate_type
Simon Glass
sjg at chromium.org
Wed Dec 11 14:53:56 CET 2024
Fix 'indicatged' and 'adress' typos.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Reviewed-by: Tom Rini <trini at konsulko.com>
---
(no changes since v1)
include/efi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/efi.h b/include/efi.h
index 58838e3ff2c..cf5c4784b61 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -178,7 +178,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,
/**
--
2.34.1
More information about the U-Boot
mailing list