mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
efi_loader: fix typo in efi_locate_handle() comment
%s/not buffer/no buffer/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
64b5ba4d29
commit
0a84319665
1 changed files with 1 additions and 1 deletions
|
@ -1439,7 +1439,7 @@ static efi_status_t efi_locate_handle(
|
|||
|
||||
*buffer_size = size;
|
||||
|
||||
/* The buffer size is sufficient but there is not buffer */
|
||||
/* The buffer size is sufficient but there is no buffer */
|
||||
if (!buffer)
|
||||
return EFI_INVALID_PARAMETER;
|
||||
|
||||
|
|
Loading…
Reference in a new issue