mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
efi_loader: Fix typos in enum efi_allocate_type
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>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
d9825e8d0f
commit
920e165ebf
@@ -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,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user