projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9825e8
)
efi_loader: Fix typos in enum efi_allocate_type
author
Simon Glass
<sjg@chromium.org>
Sun, 1 Dec 2024 15:24:21 +0000
(08:24 -0700)
committer
Heinrich 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
patch
|
blob
|
history
diff --git
a/include/efi.h
b/include/efi.h
index c559fda3004c30dd093d4c863451c8d58d2a0980..d50b3d3cec91a89e07982972b6a1de77c9ed3557 100644
(file)
--- 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 indicat
ged a
dress.
+ * Allocate a memory block starting at the indicat
ed ad
dress.
*/
EFI_ALLOCATE_ADDRESS,
/**