> -----Original Message----- > From: Rebecca Cran <[email protected]> > Sent: Tuesday, August 31, 2021 6:37 AM > To: Wang, Jian J <[email protected]>; Wu, Hao A <[email protected]> > Cc: Rebecca Cran <[email protected]>; [email protected] > Subject: [PATCH 1/1] 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 <[email protected]> > --- > MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c > b/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c > index 4333e000539b..a45a55c82306 100644 > --- a/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c > +++ b/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c > @@ -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"
Thanks. Reviewed-by: Hao A Wu <[email protected]> Best Regards, Hao Wu > )); > break; > } > -- > 2.31.1 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#79961): https://edk2.groups.io/g/devel/message/79961 Mute This Topic: https://groups.io/mt/85263871/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
