diff options
Diffstat (limited to 'FatPkg/FatPei/Mbr.c')
-rw-r--r-- | FatPkg/FatPei/Mbr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FatPkg/FatPei/Mbr.c b/FatPkg/FatPei/Mbr.c index 0b6375af6d..5b01604c07 100644 --- a/FatPkg/FatPei/Mbr.c +++ b/FatPkg/FatPei/Mbr.c @@ -52,7 +52,7 @@ PartitionValidMbr ( if (EndingLBA > LastLba) {
//
// Compatability Errata:
- // Some systems try to hide drive space with thier INT 13h driver
+ // 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
// a real OS (NT & Win98). This leads to BlockIo->LastBlock being
|