From: Heinrich Schuchardt Date: Sun, 30 Sep 2018 11:40:43 +0000 (+0200) Subject: efi_loader: fix typo in efi_boottime.c X-Git-Tag: v2018.11-rc3~46^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4f37fa470f440aaed392b640557a88113167ea86;p=oweals%2Fu-boot.git efi_loader: fix typo in efi_boottime.c %s/conncected/connected/ Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c index 6a07c36147..da978d2b34 100644 --- a/lib/efi_loader/efi_boottime.c +++ b/lib/efi_loader/efi_boottime.c @@ -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; }