aboutsummaryrefslogtreecommitdiff
path: root/Application/Loader/Loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'Application/Loader/Loader.c')
-rw-r--r--Application/Loader/Loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Application/Loader/Loader.c b/Application/Loader/Loader.c
index 1cb2cf1..ae4ded5 100644
--- a/Application/Loader/Loader.c
+++ b/Application/Loader/Loader.c
@@ -480,7 +480,7 @@ TryBootOptionsInOrder(
// Ensure the image path is connected end-to-end by Dispatch()ing any required drivers through DXE services
EfiBootManagerConnectDevicePath(BootOptions[Index].FilePath, NULL);
- // Instead of creating a ramdisk and reading the file into it (¿que?), just pass the path we saved earlier.
+ // Instead of creating a ramdisk and reading the file into it (¿que?), just pass the path we saved earlier.
// This is the point where the driver kicks in via its LoadImage hook.
EFI_HANDLE ImageHandle = NULL;
Status = gBS->LoadImage(TRUE,