[edk2-devel] [edk2-platforms] [PATCH 4/5] IntelSiliconPkg: Fix spelling errors

Nate DeSimone posted 5 patches 5 years, 8 months ago
[edk2-devel] [edk2-platforms] [PATCH 4/5] IntelSiliconPkg: Fix spelling errors
Posted by Nate DeSimone 5 years, 8 months ago
"implemenations" should be "implementations"
"beggining" should be "beginning"

Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
---
 .../IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c b/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
index 6bca596b43..86ca3c753a 100644
--- a/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
+++ b/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
@@ -23,14 +23,14 @@
 #include <Library/AslUpdateLib.h>
 
 //
-// Function implemenations
+// Function implementations
 //
 static EFI_ACPI_SDT_PROTOCOL      *mAcpiSdt = NULL;
 static EFI_ACPI_TABLE_PROTOCOL    *mAcpiTable = NULL;
 
 /**
   Initialize the ASL update library state.
-  This must be called at the beggining of the function calls in this library.
+  This must be called at the beginning of the function calls in this library.
 
   @retval EFI_SUCCESS          - The function completed successfully.
 **/
-- 
2.26.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59783): https://edk2.groups.io/g/devel/message/59783
Mute This Topic: https://groups.io/mt/74320001/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platforms] [PATCH 4/5] IntelSiliconPkg: Fix spelling errors
Posted by Chaganty, Rangasai V 5 years, 8 months ago
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>

-----Original Message-----
From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com> 
Sent: Monday, May 18, 2020 11:18 PM
To: devel@edk2.groups.io
Cc: Ni, Ray <ray.ni@intel.com>; Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>
Subject: [edk2-platforms] [PATCH 4/5] IntelSiliconPkg: Fix spelling errors

"implemenations" should be "implementations"
"beggining" should be "beginning"

Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
---
 .../IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c b/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
index 6bca596b43..86ca3c753a 100644
--- a/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
+++ b/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
@@ -23,14 +23,14 @@
 #include <Library/AslUpdateLib.h>
 
 //
-// Function implemenations
+// Function implementations
 //
 static EFI_ACPI_SDT_PROTOCOL      *mAcpiSdt = NULL;
 static EFI_ACPI_TABLE_PROTOCOL    *mAcpiTable = NULL;
 
 /**
   Initialize the ASL update library state.
-  This must be called at the beggining of the function calls in this library.
+  This must be called at the beginning of the function calls in this library.
 
   @retval EFI_SUCCESS          - The function completed successfully.
 **/
-- 
2.26.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59787): https://edk2.groups.io/g/devel/message/59787
Mute This Topic: https://groups.io/mt/74320001/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platforms] [PATCH 4/5] IntelSiliconPkg: Fix spelling errors
Posted by Chiu, Chasel 5 years, 8 months ago
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>


> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Nate
> DeSimone
> Sent: Tuesday, May 19, 2020 2:18 PM
> To: devel@edk2.groups.io
> Cc: Ni, Ray <ray.ni@intel.com>; Chaganty, Rangasai V
> <rangasai.v.chaganty@intel.com>
> Subject: [edk2-devel] [edk2-platforms] [PATCH 4/5] IntelSiliconPkg: Fix
> spelling errors
> 
> "implemenations" should be "implementations"
> "beggining" should be "beginning"
> 
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
> ---
>  .../IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git
> a/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
> b/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
> index 6bca596b43..86ca3c753a 100644
> --- a/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
> +++
> b/Silicon/Intel/IntelSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
> @@ -23,14 +23,14 @@
>  #include <Library/AslUpdateLib.h>
> 
>  //
> -// Function implemenations
> +// Function implementations
>  //
>  static EFI_ACPI_SDT_PROTOCOL      *mAcpiSdt = NULL;
>  static EFI_ACPI_TABLE_PROTOCOL    *mAcpiTable = NULL;
> 
>  /**
>    Initialize the ASL update library state.
> -  This must be called at the beggining of the function calls in this library.
> +  This must be called at the beginning of the function calls in this library.
> 
>    @retval EFI_SUCCESS          - The function completed successfully.
>  **/
> --
> 2.26.0.windows.1
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59793): https://edk2.groups.io/g/devel/message/59793
Mute This Topic: https://groups.io/mt/74320001/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-