mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
efi_loader: fix typo efi_install_multiple_protocol_interfaces
%s/occured/occurred/g Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:

committed by
Alexander Graf

parent
1b68153af1
commit
62471e46cd
@ -1775,7 +1775,7 @@ static efi_status_t EFIAPI efi_install_multiple_protocol_interfaces(
|
||||
if (r == EFI_SUCCESS)
|
||||
return EFI_EXIT(r);
|
||||
|
||||
/* If an error occured undo all changes. */
|
||||
/* If an error occurred undo all changes. */
|
||||
va_start(argptr, handle);
|
||||
for (; i; --i) {
|
||||
protocol = va_arg(argptr, efi_guid_t*);
|
||||
|
Reference in New Issue
Block a user