efi_loader: typo 'devide path'
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 31 Mar 2021 06:34:33 +0000 (06:34 +0000)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 31 Mar 2021 06:34:33 +0000 (06:34 +0000)
Fix a typo in helloworld.efi.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/helloworld.c

index 5c8b7a9..3f215e2 100644 (file)
@@ -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: ");