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:07 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: e2jt8Rjb2RcW+o35J+qD07TvVeLBNGTIPTQnbmkfTVT0eaak8LAo0nDQT7KotuGd8VauB6Ua/N xZF3WamMsrtA== 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: RcsBu5TjYG0TvUlHFUKECmzpxajujmrRTM3MVd2ZWpt6h48Bdq5b/zqNHlwJ3y0hmwaL11wtOC 5xY8sT0bZEVg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,409,1583222400"; d="scan'208";a="267778628" 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 , Sai Chaganty Subject: [edk2-platforms] [PATCH 3/5] CoffeeLakeSiliconPkg: Fix spelling errors Date: Mon, 18 May 2020 23:18:00 -0700 Message-Id: <20200519061802.5837-4-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: Sai Chaganty --- .../Library/DxeAslUpdateLib/DxeAslUpdateLib.c | 4 ++-- .../Library/DxeAslUpdateLibNull/DxeAslUpdateLibNull.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Silicon/Intel/CoffeelakeSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c b/Silicon/Intel/CoffeelakeSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c index 28d20980af..ef30eb23ae 100644 --- a/Silicon/Intel/CoffeelakeSiliconPkg/Library/DxeAslUpdateLib/DxeAslUpdateLib.c +++ b/Silicon/Intel/CoffeelakeSiliconPkg/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. **/ diff --git a/Silicon/Intel/CoffeelakeSiliconPkg/Library/DxeAslUpdateLibNull/DxeAslUpdateLibNull.c b/Silicon/Intel/CoffeelakeSiliconPkg/Library/DxeAslUpdateLibNull/DxeAslUpdateLibNull.c index f143af981d..5234e6fd19 100644 --- a/Silicon/Intel/CoffeelakeSiliconPkg/Library/DxeAslUpdateLibNull/DxeAslUpdateLibNull.c +++ b/Silicon/Intel/CoffeelakeSiliconPkg/Library/DxeAslUpdateLibNull/DxeAslUpdateLibNull.c @@ -23,12 +23,12 @@ #include // -// Function implemenations +// Function implementations // /** 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