[PATCH v2 02/28] efi_loader: Fix typos in enum efi_allocate_type

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Nov 28 17:51:22 CET 2024


On 28.11.24 16:47, Simon Glass wrote:
> Fix 'indicatged' and 'adress' typos.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
>   include/efi.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/efi.h b/include/efi.h
> index 3fce281233c..95f8020049a 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,
>   	/**

Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>


More information about the U-Boot mailing list