Pushed via: PR - https://github.com/tianocore/edk2/pull/1947 Commit - https://github.com/tianocore/edk2/commit/c5e805ffe1098601e84fd501d5fa1d45e9d96a62
Best Regards, Hao Wu > -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of Wu, Hao > A > Sent: Tuesday, August 31, 2021 7:03 AM > To: Rebecca Cran <[email protected]>; Wang, Jian J > <[email protected]> > Cc: [email protected] > Subject: Re: [edk2-devel] [PATCH 1/1] MdeModulePkg: Fix typo of > "memory" in RamDiskDxe debug message > > > -----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 (#80191): https://edk2.groups.io/g/devel/message/80191 Mute This Topic: https://groups.io/mt/85263871/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
