aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-10-26 19:25:42 +0200
committerAlexander Graf <agraf@suse.de>2017-12-01 13:22:56 +0100
commit62471e46cd12dd4c357b4fe6891668e3abbf5edf (patch)
treeb287041065de64c3affa992be0b20bb3852ef892 /lib
parent1b68153af1ff0af3828ad7de0d0319a456ff19f7 (diff)
downloadu-boot-62471e46cd12dd4c357b4fe6891668e3abbf5edf.zip
u-boot-62471e46cd12dd4c357b4fe6891668e3abbf5edf.tar.gz
u-boot-62471e46cd12dd4c357b4fe6891668e3abbf5edf.tar.bz2
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_loader/efi_boottime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c
index 2cc6d89..f64db41 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*);