From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CED311A1E4F for ; Wed, 19 Oct 2016 00:02:27 -0700 (PDT) Received: from GaryWorkstation.apac.novell.com (ip-203-192-156-9.asianetcom.net [203.192.156.9]) by smtp.nue.novell.com with ESMTP (NOT encrypted); Wed, 19 Oct 2016 09:02:23 +0200 From: Gary Lin To: edk2-devel@lists.01.org Cc: Maurice Ma , Prince Agyeman Date: Wed, 19 Oct 2016 15:01:09 +0800 Message-Id: <20161019070138.16424-5-glin@suse.com> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20161019070138.16424-1-glin@suse.com> References: <20161019070138.16424-1-glin@suse.com> Subject: [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, 19 Oct 2016 07:02:28 -0000 - 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/SecCore/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. - It also find SEC and PEI Core file debug inforamtion. It will report them if + It also find SEC and PEI Core file debug information. It will report them if remote debug is enabled. @param BootFirmwareVolumePtr Point to the boot firmware volume. diff --git a/CorebootModulePkg/SecCore/SecMain.c b/CorebootModulePkg/SecCore/SecMain.c index 7ce0463..4fa5f21 100644 --- a/CorebootModulePkg/SecCore/SecMain.c +++ b/CorebootModulePkg/SecCore/SecMain.c @@ -57,7 +57,7 @@ SecStartupPhase2( @param SizeOfRam Size of the temporary memory available for use. - @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 ( // // SecSwitchStack function must be invoked after the memory migration - // immediatly, also we need fixup the stack change caused by new call into - // permenent memory. + // immediately, also we need fixup the stack change caused by new call into + // permanent memory. // SecSwitchStack ( (UINT32) (UINTN) OldStack, diff --git a/CorebootModulePkg/SecCore/SecMain.h b/CorebootModulePkg/SecCore/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. @param SizeOfRam Size of the temporary memory available for use. - @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. - It also find SEC and PEI Core file debug inforamtion. It will report them if + It also find SEC and PEI Core file debug information. It will report them if remote debug is enabled. @param BootFirmwareVolumePtr Point to the boot firmware volume. -- 2.10.1