]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/FwVol/FwVol.c
Update comments on setting >= 8 bytes Fv Alignment.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / FwVol / FwVol.c
index 54501f50578822b773701eb71bb53a1cf3a318cb..a86e4e55788d9e8aa5a633b03ef140221802e49a 100644 (file)
@@ -893,7 +893,7 @@ ProcessFvFile (
   ASSERT_EFI_ERROR (Status);\r
   \r
   //\r
-  // FvAlignment must be more than 8 bytes required by FvHeader structure.\r
+  // FvAlignment must be greater than or equal to 8 bytes of the minimum FFS alignment value.\r
   //\r
   FvAlignment = 1 << ((FvImageInfo.FvAttributes & EFI_FVB2_ALIGNMENT) >> 16);\r
   if (FvAlignment < 8) {\r