summaryrefslogtreecommitdiff
path: root/IntelFspWrapperPkg/FspNotifyDxe
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:18 +0800
committerJiewen Yao <jiewen.yao@intel.com>2016-10-24 09:26:30 +0800
commitb9ca25cb683174b4992b7d3826d1e4b5095a22e9 (patch)
treeabf172f64774f02123f80cb23a05592a5e904d03 /IntelFspWrapperPkg/FspNotifyDxe
parent13ca714cd24830d42252fdbd012abf5a5f716246 (diff)
downloadedk2-platforms-b9ca25cb683174b4992b7d3826d1e4b5095a22e9.tar.xz
IntelFspWrapperPkg: Fix typos in comments
- inforamtion -> information - tempory -> temporary - boundry -> boundary - immediatly -> immediately - permenent -> permanent Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Diffstat (limited to 'IntelFspWrapperPkg/FspNotifyDxe')
-rw-r--r--IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c2
1 files changed, 1 insertions, 1 deletions
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));