mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message
Fix a typo of "memory" in a debug message in RamDiskProtocol.c. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
parent
b6bc203375
commit
c5e805ffe1
|
@ -195,7 +195,7 @@ RamDiskPublishNfit (
|
|||
MemoryFound = TRUE;
|
||||
DEBUG ((
|
||||
EFI_D_INFO,
|
||||
"RamDiskPublishNfit: RAM disk with reserved meomry type, will publish to NFIT.\n"
|
||||
"RamDiskPublishNfit: RAM disk with reserved memory type, will publish to NFIT.\n"
|
||||
));
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue