提交 4f37fa47 编写于 作者: H Heinrich Schuchardt 提交者: Alexander Graf

efi_loader: fix typo in efi_boottime.c

%s/conncected/connected/
Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: NAlexander Graf <agraf@suse.de>
上级 819c80f5
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册