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
@ -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 New Issue
Block a user