Skip to content
Snippets Groups Projects
Commit 920e165e authored by Simon Glass's avatar Simon Glass Committed by Heinrich Schuchardt
Browse files

efi_loader: Fix typos in enum efi_allocate_type


Fix 'indicatged' and 'adress' typos.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent d9825e8d
No related branches found
No related tags found
No related merge requests found
......@@ -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,
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment