From 920e165ebfc432b7fb91f2c5a10804480e3a9687 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 1 Dec 2024 08:24:21 -0700 Subject: [PATCH] efi_loader: Fix typos in enum efi_allocate_type Fix 'indicatged' and 'adress' typos. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt Reviewed-by: Tom Rini --- include/efi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/efi.h b/include/efi.h index c559fda300..d50b3d3cec 100644 --- 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 indicatged adress. + * Allocate a memory block starting at the indicated address. */ EFI_ALLOCATE_ADDRESS, /** -- 2.39.5