diff options
author | Sean Brogan <sean.brogan@microsoft.com> | 2019-10-08 22:38:15 -0700 |
---|---|---|
committer | Michael D Kinney <michael.d.kinney@intel.com> | 2019-10-22 17:24:34 -0700 |
commit | 44c9618a3f518b0fc21df71d9f047b60754b7ebb (patch) | |
tree | e21795c50d424124c5cfd57877d9d53d08a4a195 /FatPkg/FatPei/FatLiteApi.c | |
parent | 8d891592457199c517b1490368c192508a603fd5 (diff) | |
download | edk2-44c9618a3f518b0fc21df71d9f047b60754b7ebb.tar.gz |
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>
Diffstat (limited to 'FatPkg/FatPei/FatLiteApi.c')
-rw-r--r-- | FatPkg/FatPei/FatLiteApi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FatPkg/FatPei/FatLiteApi.c b/FatPkg/FatPei/FatLiteApi.c index b9f883b9e0..8c7c6e5258 100644 --- a/FatPkg/FatPei/FatLiteApi.c +++ b/FatPkg/FatPei/FatLiteApi.c @@ -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
|