[PATCH 1/1] efi_loader: typo 'devide path'

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Mar 31 08:36:37 CEST 2021


Fix a typo in helloworld.efi.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 lib/efi_loader/helloworld.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c
index 5c8b7a96f9..3f215e2a46 100644
--- a/lib/efi_loader/helloworld.c
+++ b/lib/efi_loader/helloworld.c
@@ -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: ");
--
2.31.0



More information about the U-Boot mailing list