mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
efi_loader: fix typo in efi_boottime.c
%s/conncected/connected/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
819c80f528
commit
4f37fa470f
1 changed files with 1 additions and 1 deletions
|
@ -2506,7 +2506,7 @@ static efi_status_t efi_protocol_open(
|
|||
if (item->info.attributes & EFI_OPEN_PROTOCOL_BY_DRIVER)
|
||||
opened_by_driver = true;
|
||||
}
|
||||
/* Only one controller can be conncected */
|
||||
/* Only one controller can be connected */
|
||||
if (opened_by_driver)
|
||||
return EFI_ACCESS_DENIED;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue