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:
64b5ba4
)
efi_loader: fix typo in efi_locate_handle() comment
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 10 May 2019 17:03:49 +0000
(19:03 +0200)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 12 May 2019 18:54:22 +0000
(20:54 +0200)
%s/not buffer/no buffer/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.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 b97d55cb451cac8b2090ec4f6cbb75172782bc10..887baaab02640dce95da855d697776de75455721 100644
(file)
--- a/
lib/efi_loader/efi_boottime.c
+++ b/
lib/efi_loader/efi_boottime.c
@@
-1439,7
+1439,7
@@
static efi_status_t efi_locate_handle(
*buffer_size = size;
- /* The buffer size is sufficient but there is no
t
buffer */
+ /* The buffer size is sufficient but there is no buffer */
if (!buffer)
return EFI_INVALID_PARAMETER;