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>
This commit is contained in:
parent
db62b65c63
commit
7feed95031
|
@ -591,7 +591,7 @@ LoadRecoveryCapsule (
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Finds the recovery file on a FAT volume.
|
Finds the recovery file on a FAT volume.
|
||||||
This function finds the the recovery file named FileName on a specified FAT volume and returns
|
This function finds the recovery file named FileName on a specified FAT volume and returns
|
||||||
its FileHandle pointer.
|
its FileHandle pointer.
|
||||||
|
|
||||||
@param PrivateData Global memory map for accessing global
|
@param PrivateData Global memory map for accessing global
|
||||||
|
|
|
@ -185,7 +185,7 @@ typedef struct {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Finds the recovery file on a FAT volume.
|
Finds the recovery file on a FAT volume.
|
||||||
This function finds the the recovery file named FileName on a specified FAT volume and returns
|
This function finds the recovery file named FileName on a specified FAT volume and returns
|
||||||
its FileHandle pointer.
|
its FileHandle pointer.
|
||||||
|
|
||||||
@param PrivateData Global memory map for accessing global
|
@param PrivateData Global memory map for accessing global
|
||||||
|
|
|
@ -51,7 +51,7 @@ PartitionValidMbr (
|
||||||
EndingLBA = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;
|
EndingLBA = StartingLBA + UNPACK_UINT32 (Mbr->Partition[Index1].SizeInLBA) - 1;
|
||||||
if (EndingLBA > LastLba) {
|
if (EndingLBA > LastLba) {
|
||||||
//
|
//
|
||||||
// Compatability Errata:
|
// Compatibility Errata:
|
||||||
// Some systems try to hide drive space with their 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
|
// 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
|
// that gets created from DOS is smaller than the MBR created from
|
||||||
|
|
Loading…
Reference in New Issue