summaryrefslogtreecommitdiff
path: root/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c')
-rw-r--r--ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c b/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c
index 2e222de..07d0ea7 100644
--- a/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c
+++ b/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.c
@@ -57,7 +57,7 @@ UefiMain (
return EFI_UNSUPPORTED;
}
- // Generate the File Path Node for the Linux Kernel & Device Tree blobl
+ // Generate the File Path Node for the Linux Kernel & Device Tree blob
DevicePathKernel = FileDevicePath (LoadedImage->DeviceHandle, LINUX_KERNEL_NAME);
DevicePathFdt = FileDevicePath (LoadedImage->DeviceHandle, FDT_NAME);