summaryrefslogtreecommitdiffstats
path: root/FatPkg/FatPei/Mbr.c
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:21 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commit7feed95031355a012e6571902711c8201e526ded (patch)
tree3c7d183ef82ccecdd7c64ce04987e71356d0aaaa /FatPkg/FatPei/Mbr.c
parentdb62b65c637678b14474547b37ace3330b259764 (diff)
downloadedk2-7feed95031355a012e6571902711c8201e526ded.tar.gz
edk2-7feed95031355a012e6571902711c8201e526ded.tar.bz2
edk2-7feed95031355a012e6571902711c8201e526ded.zip
FatPkg/FatPei: Fix few typos
Fix few typos in comments. Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-9-philmd@redhat.com>
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