]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/BdsDxe: Fix spelling mistake
authorMichael D Kinney <michael.d.kinney@intel.com>
Sat, 1 Aug 2020 01:09:45 +0000 (18:09 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 3 Aug 2020 19:06:05 +0000 (19:06 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2355

Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
MdeModulePkg/Universal/BdsDxe/BdsEntry.c

index d387dbe7ac12566049d0834e51fd1fd5e190aff8..83b773a2fa5f75343017c7f841b11df41b75f1a9 100644 (file)
@@ -785,7 +785,7 @@ BdsEntry (
 \r
   FilePath = FileDevicePath (NULL, EFI_REMOVABLE_MEDIA_FILE_NAME);\r
   if (FilePath == NULL) {\r
-    DEBUG ((DEBUG_ERROR, "Fail to allocate memory for defualt boot file path. Unable to boot.\n"));\r
+    DEBUG ((DEBUG_ERROR, "Fail to allocate memory for default boot file path. Unable to boot.\n"));\r
     CpuDeadLoop ();\r
   }\r
   Status = EfiBootManagerInitializeLoadOption (\r