summaryrefslogtreecommitdiffstats
path: root/FatPkg/FatPei/Mbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'FatPkg/FatPei/Mbr.c')
-rw-r--r--FatPkg/FatPei/Mbr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FatPkg/FatPei/Mbr.c b/FatPkg/FatPei/Mbr.c
index 5b01604c07..78e73fb811 100644
--- a/FatPkg/FatPei/Mbr.c
+++ b/FatPkg/FatPei/Mbr.c
@@ -51,7 +51,7 @@ PartitionValidMbr (
EndingLBA = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;
if (EndingLBA > LastLba) {
//
- // Compatability Errata:
+ // Compatibility Errata:
// Some systems try to hide drive space with their INT 13h driver
// This does not hide space from the OS driver. This means the MBR
// that gets created from DOS is smaller than the MBR created from