FatPkg: Fix spelling errors
https://bugzilla.tianocore.org/show_bug.cgi?id=2264 Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
committed by
Michael D Kinney
parent
8d89159245
commit
44c9618a3f
@@ -12,7 +12,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
PEI_FAT_PRIVATE_DATA *mPrivateData = NULL;
|
||||
|
||||
/**
|
||||
BlockIo installation nofication function. Find out all the current BlockIO
|
||||
BlockIo installation notification function. Find out all the current BlockIO
|
||||
PPIs in the system and add them into private data. Assume there is
|
||||
|
||||
@param PeiServices General purpose services available to every
|
||||
@@ -256,7 +256,7 @@ FatPeimEntry (
|
||||
|
||||
Status = PeiServicesAllocatePages (
|
||||
EfiBootServicesCode,
|
||||
(sizeof (PEI_FAT_PRIVATE_DATA) - 1) / PEI_FAT_MEMMORY_PAGE_SIZE + 1,
|
||||
(sizeof (PEI_FAT_PRIVATE_DATA) - 1) / PEI_FAT_MEMORY_PAGE_SIZE + 1,
|
||||
&Address
|
||||
);
|
||||
if (EFI_ERROR (Status)) {
|
||||
@@ -600,7 +600,7 @@ LoadRecoveryCapsule (
|
||||
@param FileName The recovery file name to find.
|
||||
@param Handle The output file handle.
|
||||
|
||||
@retval EFI_DEVICE_ERROR Some error occured when operating the FAT
|
||||
@retval EFI_DEVICE_ERROR Some error occurred when operating the FAT
|
||||
volume.
|
||||
@retval EFI_NOT_FOUND The recovery file was not found.
|
||||
@retval EFI_SUCCESS The recovery file was successfully found on the
|
||||
|
@@ -40,7 +40,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#define PEI_FAT_MAX_BLOCK_IO_PPI 32
|
||||
#define PEI_FAT_MAX_VOLUME 64
|
||||
|
||||
#define PEI_FAT_MEMMORY_PAGE_SIZE 0x1000
|
||||
#define PEI_FAT_MEMORY_PAGE_SIZE 0x1000
|
||||
|
||||
//
|
||||
// Data Structures
|
||||
@@ -194,7 +194,7 @@ typedef struct {
|
||||
@param FileName The recovery file name to find.
|
||||
@param Handle The output file handle.
|
||||
|
||||
@retval EFI_DEVICE_ERROR Some error occured when operating the FAT
|
||||
@retval EFI_DEVICE_ERROR Some error occurred when operating the FAT
|
||||
volume.
|
||||
@retval EFI_NOT_FOUND The recovery file was not found.
|
||||
@retval EFI_SUCCESS The recovery file was successfully found on the
|
||||
|
@@ -48,7 +48,7 @@ PartitionCheckGptHeaderCRC (
|
||||
GptHdrCrc = PartHeader->Header.CRC32;
|
||||
|
||||
//
|
||||
// Set CRC field to zero when doing calcuation
|
||||
// Set CRC field to zero when doing calculation
|
||||
//
|
||||
PartHeader->Header.CRC32 = 0;
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user