From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 556DA1A1E43 for ; Wed, 26 Oct 2016 11:41:41 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 26 Oct 2016 11:41:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,551,1473145200"; d="scan'208";a="1059579554" Received: from orsmsx105.amr.corp.intel.com ([10.22.225.132]) by fmsmga001.fm.intel.com with ESMTP; 26 Oct 2016 11:41:41 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.50]) by ORSMSX105.amr.corp.intel.com ([10.22.225.132]) with mapi id 14.03.0248.002; Wed, 26 Oct 2016 11:41:40 -0700 From: "Ma, Maurice" To: Gary Lin CC: "Agyeman, Prince" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 04/33] CorebootModulePkg: Fix typos in comments Thread-Index: AQHSKdbNEoJ6Gc5d7k+c8V7cHlbEIqC7HStA Date: Wed, 26 Oct 2016 18:41:40 +0000 Message-ID: <7AAC936950815649B5F88FAE785306C2841766F8@ORSMSX113.amr.corp.intel.com> References: <20161019070138.16424-1-glin@suse.com> <20161019070138.16424-5-glin@suse.com> In-Reply-To: <20161019070138.16424-5-glin@suse.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjMzM2FlNTEtNDU4MS00YzhkLWIwNjYtMjc0M2JkODJlY2E1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpQMWZpaStJUlJaeE9cLytSdUpncm4wQWNLZVNZMFpmdXYwUTY4cVV6TVNzPSJ9 x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Subject: Re: [PATCH 04/33] CorebootModulePkg: Fix typos in comments X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 18:41:41 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Maurice Ma -----Original Message----- From: Gary Lin [mailto:glin@suse.com]=20 Sent: Wednesday, October 19, 2016 12:01 AM To: edk2-devel@lists.01.org Cc: Ma, Maurice; Agyeman, Prince Subject: [PATCH 04/33] CorebootModulePkg: Fix typos in comments - inforamtion -> information - tempory -> temporary - immediatly -> immediately - permenent -> permanent Cc: Maurice Ma Cc: Prince Agyeman Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin --- CorebootModulePkg/SecCore/FindPeiCore.c | 2 +- CorebootModulePkg/SecCore/SecMain.c | 6 +++--- CorebootModulePkg/SecCore/SecMain.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CorebootModulePkg/SecCore/FindPeiCore.c b/CorebootModulePkg/Se= cCore/FindPeiCore.c index 4ce032e..1d49168 100644 --- a/CorebootModulePkg/SecCore/FindPeiCore.c +++ b/CorebootModulePkg/SecCore/FindPeiCore.c @@ -146,7 +146,7 @@ FindImageBase ( /** Find and return Pei Core entry point. =20 - It also find SEC and PEI Core file debug inforamtion. It will report the= m if + It also find SEC and PEI Core file debug information. It will report=20 + them if remote debug is enabled. =20 @param BootFirmwareVolumePtr Point to the boot firmware volume. diff --git a/CorebootModulePkg/SecCore/SecMain.c b/CorebootModulePkg/SecCor= e/SecMain.c index 7ce0463..4fa5f21 100644 --- a/CorebootModulePkg/SecCore/SecMain.c +++ b/CorebootModulePkg/SecCore/SecMain.c @@ -57,7 +57,7 @@ SecStartupPhase2( =20 =20 @param SizeOfRam Size of the temporary memory available for us= e. - @param TempRamBase Base address of tempory ram + @param TempRamBase Base address of temporary ram @param BootFirmwareVolume Base address of the Boot Firmware Volume. **/ VOID @@ -276,8 +276,8 @@ SecTemporaryRamSupport ( =20 // // SecSwitchStack function must be invoked after the memory migration - // immediatly, also we need fixup the stack change caused by new call in= to - // permenent memory. + // immediately, also we need fixup the stack change caused by new=20 + call into // permanent memory. // SecSwitchStack ( (UINT32) (UINTN) OldStack, diff --git a/CorebootModulePkg/SecCore/SecMain.h b/CorebootModulePkg/SecCor= e/SecMain.h index 7bc991a..77036b2 100644 --- a/CorebootModulePkg/SecCore/SecMain.h +++ b/CorebootModulePkg/SecCore/SecMain.h @@ -91,7 +91,7 @@ SecTemporaryRamSupport ( the control is transferred to this function. =20 @param SizeOfRam Size of the temporary memory available for us= e. - @param TempRamBase Base address of tempory ram + @param TempRamBase Base address of temporary ram @param BootFirmwareVolume Base address of the Boot Firmware Volume. **/ VOID @@ -105,7 +105,7 @@ SecStartup ( /** Find and return Pei Core entry point. =20 - It also find SEC and PEI Core file debug inforamtion. It will report the= m if + It also find SEC and PEI Core file debug information. It will report=20 + them if remote debug is enabled. =20 @param BootFirmwareVolumePtr Point to the boot firmware volume. -- 2.10.1