From: Heinrich Schuchardt Date: Thu, 26 Oct 2017 17:25:42 +0000 (+0200) Subject: efi_loader: fix typo efi_install_multiple_protocol_interfaces X-Git-Tag: v2018.01-rc2~58^2~42 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=62471e46cd12dd4c357b4fe6891668e3abbf5edf;p=u-boot efi_loader: fix typo efi_install_multiple_protocol_interfaces %s/occured/occurred/g Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c index 2cc6d891c6..f64db41b03 100644 --- a/lib/efi_loader/efi_boottime.c +++ b/lib/efi_loader/efi_boottime.c @@ -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*);