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>
lime2-spi
Heinrich Schuchardt 6 years ago committed by Alexander Graf
parent 819c80f528
commit 4f37fa470f
  1. 2
      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;
}

Loading…
Cancel
Save