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>
diff --git a/include/efi.h b/include/efi.h
index c559fda..d50b3d3 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -175,7 +175,7 @@
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,
/**