summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-12-01 08:24:21 -0700
committerHeinrich Schuchardt <[email protected]>2024-12-15 02:07:23 +0100
commit920e165ebfc432b7fb91f2c5a10804480e3a9687 (patch)
tree114a75f73532d209f4ba5cbb026151d316a61217 /include
parentd9825e8d0f34d47a1a3568390db53b5954ef72b3 (diff)
efi_loader: Fix typos in enum efi_allocate_type
Fix 'indicatged' and 'adress' typos. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi.h b/include/efi.h
index c559fda3004..d50b3d3cec9 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -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,
/**