mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
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;
|
MemoryFound = TRUE;
|
||||||
DEBUG ((
|
DEBUG ((
|
||||||
EFI_D_INFO,
|
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;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user