X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspWrapperPkg%2FFspNotifyDxe%2FLoadBelow4G.c;h=6f06e24cae6e08895f90d0d9b9d6d7384d2fb40b;hp=d39164e1fe518ba54e8055f3aa28883fca457ae9;hb=b9ca25cb683174b4992b7d3826d1e4b5095a22e9;hpb=13ca714cd24830d42252fdbd012abf5a5f716246 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));