]> git.proxmox.com Git - mirror_edk2.git/commitdiff
FatPkg/FatPei: Fix few typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:07:21 +0000 (02:07 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 10 Feb 2020 22:30:07 +0000 (22:30 +0000)
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>

FatPkg/FatPei/FatLiteApi.c
FatPkg/FatPei/FatLitePeim.h
FatPkg/FatPei/Mbr.c

index 8c7c6e52581fa5ae435e8e79c0b4b74e849be7b2..d07422ba93b7470b51d0c23674c82738bccfed88 100644 (file)
@@ -591,7 +591,7 @@ LoadRecoveryCapsule (
 \r
 /**\r
   Finds the recovery file on a FAT volume.\r
 \r
 /**\r
   Finds the recovery file on a FAT volume.\r
-  This function finds the the recovery file named FileName on a specified FAT volume and returns\r
+  This function finds the recovery file named FileName on a specified FAT volume and returns\r
   its FileHandle pointer.\r
 \r
   @param  PrivateData             Global memory map for accessing global\r
   its FileHandle pointer.\r
 \r
   @param  PrivateData             Global memory map for accessing global\r
index 9cacf74aceeb80c63ca129f6c4c26c921aed6b1c..0c3c69853ca64db789703fdc71d9fbd4a56d6b3d 100644 (file)
@@ -185,7 +185,7 @@ typedef struct {
 \r
 /**\r
   Finds the recovery file on a FAT volume.\r
 \r
 /**\r
   Finds the recovery file on a FAT volume.\r
-  This function finds the the recovery file named FileName on a specified FAT volume and returns\r
+  This function finds the recovery file named FileName on a specified FAT volume and returns\r
   its FileHandle pointer.\r
 \r
   @param  PrivateData             Global memory map for accessing global\r
   its FileHandle pointer.\r
 \r
   @param  PrivateData             Global memory map for accessing global\r
index 5b01604c0749b8de666a8536285681cc10fb5121..78e73fb811d708a5a236ac6be95e948aa6d5a812 100644 (file)
@@ -51,7 +51,7 @@ PartitionValidMbr (
     EndingLBA   = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;\r
     if (EndingLBA > LastLba) {\r
       //\r
     EndingLBA   = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;\r
     if (EndingLBA > LastLba) {\r
       //\r
-      // Compatability Errata:\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
       //  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