[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@...>
Cc: Ray Ni <ray.ni@...>
Cc: Sai Chaganty <rangasai.v.chaganty@...>
---
.../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

Join devel@edk2.groups.io to automatically receive all group messages.