mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/BdsDxe: Fix spelling mistake
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>
This commit is contained in:
parent
6a0b48873b
commit
92b9639503
|
@ -785,7 +785,7 @@ BdsEntry (
|
|||
|
||||
FilePath = FileDevicePath (NULL, EFI_REMOVABLE_MEDIA_FILE_NAME);
|
||||
if (FilePath == NULL) {
|
||||
DEBUG ((DEBUG_ERROR, "Fail to allocate memory for defualt boot file path. Unable to boot.\n"));
|
||||
DEBUG ((DEBUG_ERROR, "Fail to allocate memory for default boot file path. Unable to boot.\n"));
|
||||
CpuDeadLoop ();
|
||||
}
|
||||
Status = EfiBootManagerInitializeLoadOption (
|
||||
|
|
Loading…
Reference in New Issue