提交 d084f202 编写于 作者: H Heinrich Schuchardt

efi_loader: typo 'devide path'

Fix a typo in helloworld.efi.
Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
上级 0809cd5f
......@@ -181,7 +181,7 @@ efi_status_t EFIAPI efi_main(efi_handle_t handle,
(void **)&device_path);
if (ret != EFI_SUCCESS) {
con_out->output_string
(con_out, L"Missing devide path for device handle\r\n");
(con_out, L"Missing device path for device handle\r\n");
goto out;
}
con_out->output_string(con_out, L"Boot device: ");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册