From b9ca25cb683174b4992b7d3826d1e4b5095a22e9 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Wed, 19 Oct 2016 15:01:18 +0800 Subject: IntelFspWrapperPkg: Fix typos in comments - inforamtion -> information - tempory -> temporary - boundry -> boundary - immediatly -> immediately - permenent -> permanent Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Jiewen Yao Reviewed-by: Giri P Mudusuru --- IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IntelFspWrapperPkg/FspNotifyDxe') diff --git a/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c b/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c index d39164e1fe..6f06e24cae 100644 --- a/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c +++ b/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c @@ -112,7 +112,7 @@ RelocateImageUnder4GIfNeeded ( ASSERT_EFI_ERROR (Status); ImageContext.ImageAddress = (PHYSICAL_ADDRESS)(UINTN)FfsBuffer; // - // Align buffer on section boundry + // Align buffer on section boundary // ImageContext.ImageAddress += ImageContext.SectionAlignment - 1; ImageContext.ImageAddress &= ~((EFI_PHYSICAL_ADDRESS)(ImageContext.SectionAlignment - 1)); -- cgit v1.2.3