]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/IpfBootSupport.c
IntelFrameworkModulePkg: Fix typos in comments
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / LegacyBiosDxe / Ipf / IpfBootSupport.c
index 8c8f6d321b57b0fbfb356ac22fcd82f51344ecaa..ee08c86c7052084e5ca17b48a84ceb8809af6506 100644 (file)
@@ -223,7 +223,7 @@ RelocateImageUnder4GIfNeeded (
       }\r
       ImageContext.ImageAddress = (PHYSICAL_ADDRESS)MemoryAddress;\r
       //\r
-      // Align buffer on section boundry\r
+      // Align buffer on section boundary\r
       //\r
       ImageContext.ImageAddress += ImageContext.SectionAlignment - 1;\r
      ImageContext.ImageAddress &= ~((PHYSICAL_ADDRESS)ImageContext.SectionAlignment - 1);\r