From nobody Fri May 17 12:15:00 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+100565+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+100565+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1677646535; cv=none; d=zohomail.com; s=zohoarc; b=WrMs1FeCqVjbwsDI9JevzOTRFOAqvTA/7GZdhyH2N2d/Syeyp7Hda/yYc6klP2tuv7MfLMCyFOgC/XRRTcZ4CYb1PTBj1bUQ0zor9iazDyNQUjRRb0xSv9Ld2mPsdAbeb8DaxB0DQR5ZJ9sDQYYQJSKZdq5gJCvJIg1/aZQ8oYE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1677646535; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=Ahkwz6Lau6EzTrBbm5RoXYQv/osQaMu/UvnbWhrsYjM=; b=L31iFNSd0nCaol8Py3WFmixYJB846ogo5gxSDAHManT/Zeaxkl0aE+/gS1LYKEZ6WdTVF5sL0muP+ng92EJR8dThLivx1qMI679Q8zyn2cY3qcWU4ws5nL+aizgNexdH4naakVPDqoPeZozckmHr3qwjrtmEo6jCZMzNgsKK/As= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+100565+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1677646535909548.430086595994; Tue, 28 Feb 2023 20:55:35 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id VY33YY1788612xYwDpfjffNv; Tue, 28 Feb 2023 20:55:35 -0800 X-Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.15127.1677646532388026513 for ; Tue, 28 Feb 2023 20:55:33 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="399103055" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="399103055" X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 20:55:31 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="706832943" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="706832943" X-Received: from nldesimo-desk.amr.corp.intel.com ([10.24.12.177]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 20:55:31 -0800 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Nate DeSimone , Jian J Wang , Liming Gao , Michael D Kinney , Dandan Bi Subject: [edk2-devel] [PATCH v1] MdeModulePkg: Fix misspelling Date: Tue, 28 Feb 2023 20:55:24 -0800 Message-Id: <20230301045524.1044-7-nathaniel.l.desimone@intel.com> In-Reply-To: <20230301045524.1044-1-nathaniel.l.desimone@intel.com> References: <20230301045524.1044-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,nathaniel.l.desimone@intel.com X-Gm-Message-State: zkFKLRlnn7TfJtDbpmMY8xRTx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1677646535; bh=LtA0aER8h1Gnfw3C/JyoE4u9sUP8zzjaCMAd5BHbLSU=; h=Cc:Date:From:Reply-To:Subject:To; b=Xu+p7z89wgPgKys9bNNLQG3vXvyS9Zn+WMLbf/ePnfFmZLhaB8xCcFZLuDqXEExbRph 1eKEzzhLmqAN6/LN2MUNKtPSVXza2DcPXN8pPu0In2IuNke63B8roIZlvZlhvZwYvkb0p D80P2z/eNlTfT9hBUWMustgT7X20+5k0dpg= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1677646536864100016 Content-Type: text/plain; charset="utf-8" From: Nate DeSimone confroms should be conforms. Signed-off-by: Nate DeSimone Cc: Jian J Wang Cc: Liming Gao Cc: Michael D Kinney Cc: Dandan Bi Reviewed-by: Liming Gao --- MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c b/MdeModulePkg= /Core/DxeIplPeim/Ia32/DxeLoadFunc.c index fdeaaa39d8..77fb6b8ff9 100644 --- a/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c +++ b/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c @@ -1,7 +1,7 @@ /** @file Ia32-specific functionality for DxeLoad. =20 -Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.
Copyright (c) 2017, AMD Incorporated. All rights reserved.
=20 SPDX-License-Identifier: BSD-2-Clause-Patent @@ -279,7 +279,7 @@ HandOffToDxeCore ( if (FeaturePcdGet (PcdDxeIplSwitchToLongMode)) { // // Compute the top of the stack we were allocated, which is used to lo= ad X64 dxe core. - // Pre-allocate a 32 bytes which confroms to x64 calling convention. + // Pre-allocate a 32 bytes which conforms to x64 calling convention. // // The first four parameters to a function are passed in rcx, rdx, r8 = and r9. // Any further parameters are pushed on the stack. Furthermore, space = (4 * 8bytes) for the --=20 2.30.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#100565): https://edk2.groups.io/g/devel/message/100565 Mute This Topic: https://groups.io/mt/97308246/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-