Преглед на файлове

efi_loader: typo 'devide path'

Fix a typo in helloworld.efi.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Heinrich Schuchardt преди 3 години
родител
ревизия
d084f20233
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/efi_loader/helloworld.c

+ 1 - 1
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: ");