From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com []) by mx.groups.io with SMTP id smtpd.web12.7159.1589869086246450239 for ; Mon, 18 May 2020 23:18:06 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: EDMr8lkVengmLrvvkaWiXgXGYMFHSqvYaxnaW4u3tfZ1go2a+vTU05EQgcz3AQl0YGuBTO3j+i zUumk4NX/INg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2020 23:18:05 -0700 IronPort-SDR: bvNANMEnBDVcX5ou3szJVsZuRzr76ZS+BdVJj7edO4rAW0Ri2vi3ug0TW5T9xqJycfP492D8sl xOJ3v3fqtscQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,409,1583222400"; d="scan'208";a="267778621" Received: from nldesimo-desk1.amr.corp.intel.com ([10.209.6.93]) by orsmga006.jf.intel.com with ESMTP; 18 May 2020 23:18:05 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Chasel Chiu , Liming Gao , Eric Dong Subject: [edk2-platforms] [PATCH 1/5] MinPlatformPkg: Fix spelling errors Date: Mon, 18 May 2020 23:17:58 -0700 Message-Id: <20200519061802.5837-2-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20200519061802.5837-1-nathaniel.l.desimone@intel.com> References: <20200519061802.5837-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit "implemenations" should be "implementations" "beggining" should be "beginning" Signed-off-by: Nate DeSimone Cc: Chasel Chiu Cc: Liming Gao Cc: 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 // -// 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