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:
Rebecca Cran 2021-08-31 06:36:36 +08:00 committed by mergify[bot]
parent b6bc203375
commit c5e805ffe1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}