projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b68153
)
efi_loader: fix typo efi_install_multiple_protocol_interfaces
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Thu, 26 Oct 2017 17:25:42 +0000
(19:25 +0200)
committer
Alexander Graf
<agraf@suse.de>
Fri, 1 Dec 2017 12:22:56 +0000
(13:22 +0100)
%s/occured/occurred/g
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c
patch
|
blob
|
history
diff --git
a/lib/efi_loader/efi_boottime.c
b/lib/efi_loader/efi_boottime.c
index 2cc6d891c6f9c5ce359c4e1bebdc8bf18a622a65..f64db41b0350e94f00cae6999cb57ab0da8fda5e 100644
(file)
--- 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 occur
r
ed undo all changes. */
va_start(argptr, handle);
for (; i; --i) {
protocol = va_arg(argptr, efi_guid_t*);