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.web10.7069.1589869087021885733 for ; Mon, 18 May 2020 23:18:07 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: 011FKI7dcCBoMn+4UFYp64252aOHTgSMmlIFwMWTxQo8fjwe/9jhaTmt8vWajd6x7mvzQntrGK RZ/ZpnG9o9Dg== 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: 92uXkNIHF4xVEGnxx9C+S7lTy7pZf+VbqbExbBRNcARqfwqs+q6Qq2sozDdngXAm6ht8xV6fFc uEBVemSXV0ng== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,409,1583222400"; d="scan'208";a="267778631" 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: Ray Ni , Sai Chaganty Subject: [edk2-platforms] [PATCH 4/5] IntelSiliconPkg: Fix spelling errors Date: Mon, 18 May 2020 23:18:01 -0700 Message-Id: <20200519061802.5837-5-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: Ray Ni Cc: Sai 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 // -// 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