summaryrefslogtreecommitdiff
path: root/IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c')
-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));