From: Simon Glass Date: Sun, 1 Dec 2024 15:24:21 +0000 (-0700) Subject: efi_loader: Fix typos in enum efi_allocate_type X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=920e165ebfc432b7fb91f2c5a10804480e3a9687;p=u-boot.git 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 --- 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, /**