[edk2-platforms] [PATCH 1/5] MinPlatformPkg: Fix spelling errors


 

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

Signed-off-by: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Chasel Chiu <chasel.chiu@...>
Cc: Liming Gao <liming.gao@...>
Cc: Eric Dong <eric.dong@...>
---
.../Acpi/Library/DxeAslUpdateLib/DxeAslUpdateLib.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Platform/Intel/MinPlatformPkg/Acpi/Library/DxeAslUpdateLib/DxeAslUpdateLib.c b/Platform/Intel/MinPlatformPkg/Acpi/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
index 57df18d664..78efc8c0a7 100644
--- a/Platform/Intel/MinPlatformPkg/Acpi/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
+++ b/Platform/Intel/MinPlatformPkg/Acpi/Library/DxeAslUpdateLib/DxeAslUpdateLib.c
@@ -22,14 +22,14 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#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.