]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/FatPei/Mbr.c
FatPkg/FatPei: Fix few typos
[mirror_edk2.git] / FatPkg / FatPei / Mbr.c
index 0b6375af6d50b41be57897ea59dc3aecc6cb6ee1..78e73fb811d708a5a236ac6be95e948aa6d5a812 100644 (file)
@@ -51,8 +51,8 @@ PartitionValidMbr (
     EndingLBA   = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;\r
     if (EndingLBA > LastLba) {\r
       //\r
-      // Compatability Errata:\r
-      //  Some systems try to hide drive space with thier INT 13h driver\r
+      // Compatibility Errata:\r
+      //  Some systems try to hide drive space with their INT 13h driver\r
       //  This does not hide space from the OS driver. This means the MBR\r
       //  that gets created from DOS is smaller than the MBR created from\r
       //  a real OS (NT & Win98). This leads to BlockIo->LastBlock being\r