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:
Heinrich Schuchardt 2019-05-10 19:03:49 +02:00
parent 64b5ba4d29
commit 0a84319665

View File

@ -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;