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:
@@ -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,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user