public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/1] MdePkg: Fix typos
@ 2021-05-05 19:42 Rebecca Cran
  2021-05-05 20:38 ` Michael D Kinney
  0 siblings, 1 reply; 2+ messages in thread
From: Rebecca Cran @ 2021-05-05 19:42 UTC (permalink / raw)
  To: devel, Michael D Kinney, Liming Gao, Zhiguang Liu; +Cc: Rebecca Cran

Fix a couple of typos in MdePkg.

Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
---
 MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf | 2 +-
 MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
index a152c311718e..ac6ac792f7e7 100644
--- a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
+++ b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
@@ -1,7 +1,7 @@
 ## @file
 #  Base ExtractGuidedSection Library.
 #  This instance can also be used in SEC phase only when the memory is ready in SEC phase.
-#  PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
+#  PCD PcdGuidedExtractHandlerTableAddress points to the available physical memory space
 #  that is used to store Guided Extract Handlers.
 #  Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib
 #  in their initialization without any issues. They only have to be careful in
diff --git a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni
index 0793c6373f68..81a6b4182611 100644
--- a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni
+++ b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni
@@ -2,7 +2,7 @@
 // Base ExtractGuidedSection Library.
 //
 // This instance can also be used in SEC phase only when the memory is ready in SEC phase.
-// PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
+// PCD PcdGuidedExtractHandlerTableAddress points to the available physical memory space
 // that is used to store Guided Extract Handlers.
 // Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib
 // in their initialization without any issues. They only have to be careful in
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] MdePkg: Fix typos
  2021-05-05 19:42 [PATCH 1/1] MdePkg: Fix typos Rebecca Cran
@ 2021-05-05 20:38 ` Michael D Kinney
  0 siblings, 0 replies; 2+ messages in thread
From: Michael D Kinney @ 2021-05-05 20:38 UTC (permalink / raw)
  To: Rebecca Cran, devel@edk2.groups.io, Liming Gao, Liu, Zhiguang,
	Kinney, Michael D

Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

> -----Original Message-----
> From: Rebecca Cran <rebecca@nuviainc.com>
> Sent: Wednesday, May 5, 2021 12:42 PM
> To: devel@edk2.groups.io; Kinney, Michael D <michael.d.kinney@intel.com>; Liming Gao <gaoliming@byosoft.com.cn>; Liu,
> Zhiguang <zhiguang.liu@intel.com>
> Cc: Rebecca Cran <rebecca@nuviainc.com>
> Subject: [PATCH 1/1] MdePkg: Fix typos
> 
> Fix a couple of typos in MdePkg.
> 
> Signed-off-by: Rebecca Cran <rebecca@nuviainc.com>
> ---
>  MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf | 2 +-
>  MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
> b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
> index a152c311718e..ac6ac792f7e7 100644
> --- a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
> +++ b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
> @@ -1,7 +1,7 @@
>  ## @file
>  #  Base ExtractGuidedSection Library.
>  #  This instance can also be used in SEC phase only when the memory is ready in SEC phase.
> -#  PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
> +#  PCD PcdGuidedExtractHandlerTableAddress points to the available physical memory space
>  #  that is used to store Guided Extract Handlers.
>  #  Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib
>  #  in their initialization without any issues. They only have to be careful in
> diff --git a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni
> b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni
> index 0793c6373f68..81a6b4182611 100644
> --- a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni
> +++ b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni
> @@ -2,7 +2,7 @@
>  // Base ExtractGuidedSection Library.
>  //
>  // This instance can also be used in SEC phase only when the memory is ready in SEC phase.
> -// PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
> +// PCD PcdGuidedExtractHandlerTableAddress points to the available physical memory space
>  // that is used to store Guided Extract Handlers.
>  // Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib
>  // in their initialization without any issues. They only have to be careful in
> --
> 2.26.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-05 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-05 19:42 [PATCH 1/1] MdePkg: Fix typos Rebecca Cran
2021-05-05 20:38 ` Michael D Kinney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox