回复: [edk2-devel] [PATCH 1/1] MdePkg: Fix typos and spacing in Library/PerformanceLib.h

2022-12-20 Thread gaoliming via groups.io
higuang Liu' > 抄送: 'Rebecca Cran' > 主题: 回复: [edk2-devel] [PATCH 1/1] MdePkg: Fix typos and spacing in > Library/PerformanceLib.h > > Reviewed-by: Liming Gao > > > -邮件原件- > > 发件人: devel@edk2.groups.io 代表 Rebecca > Cran > > 发

回复: [edk2-devel] [PATCH 1/1] MdePkg: Fix typos and spacing in Library/PerformanceLib.h

2022-12-06 Thread gaoliming via groups.io
Reviewed-by: Liming Gao > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Rebecca Cran > 发送时间: 2022年11月29日 20:23 > 收件人: devel@edk2.groups.io; Michael D Kinney > ; Liming Gao ; > Zhiguang Liu > 抄送: Rebecca Cran > 主题: [edk2-devel] [PATCH 1/1] MdePkg: Fix typos

[edk2-devel] [PATCH 1/1] MdePkg: Fix typos and spacing in Library/PerformanceLib.h

2022-11-29 Thread Rebecca Cran
- Fix typos of "disable". - Fix typos of "performance". - Fix missing spaces. - Use comma instead of period when the sentence continues on the next line. - Fix typo of "PERF_CORE_LOAD_IMAGE". Signed-off-by: Rebecca Cran --- MdePkg/Include/Library/PerformanceLib.h | 62 ++-- 1 f

Re: [edk2-devel] [PATCH 1/1] MdePkg: Fix typos

2021-05-05 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: Rebecca Cran > Sent: Wednesday, May 5, 2021 12:42 PM > To: devel@edk2.groups.io; Kinney, Michael D ; > Liming Gao ; Liu, > Zhiguang > Cc: Rebecca Cran > Subject: [PATCH 1/1] MdePkg: Fix typos > > Fix a couple of typos in MdeP

[edk2-devel] [PATCH 1/1] MdePkg: Fix typos

2021-05-05 Thread Rebecca Cran
Fix a couple of typos in MdePkg. Signed-off-by: Rebecca Cran --- MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf | 2 +- MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a