]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/FatPei/FatLiteApi.c
FatPkg: Fix spelling errors
[mirror_edk2.git] / FatPkg / FatPei / FatLiteApi.c
index b9f883b9e03c57c656d45e7cec411189a3623251..8c7c6e52581fa5ae435e8e79c0b4b74e849be7b2 100644 (file)
@@ -12,7 +12,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 PEI_FAT_PRIVATE_DATA  *mPrivateData = NULL;\r
 \r
 /**\r
-  BlockIo installation nofication function. Find out all the current BlockIO\r
+  BlockIo installation notification function. Find out all the current BlockIO\r
   PPIs in the system and add them into private data. Assume there is\r
 \r
   @param  PeiServices             General purpose services available to every\r
@@ -256,7 +256,7 @@ FatPeimEntry (
 \r
   Status = PeiServicesAllocatePages (\r
             EfiBootServicesCode,\r
-            (sizeof (PEI_FAT_PRIVATE_DATA) - 1) / PEI_FAT_MEMMORY_PAGE_SIZE + 1,\r
+            (sizeof (PEI_FAT_PRIVATE_DATA) - 1) / PEI_FAT_MEMORY_PAGE_SIZE + 1,\r
             &Address\r
             );\r
   if (EFI_ERROR (Status)) {\r
@@ -600,7 +600,7 @@ LoadRecoveryCapsule (
   @param  FileName                The recovery file name to find.\r
   @param  Handle                  The output file handle.\r
 \r
-  @retval EFI_DEVICE_ERROR        Some error occured when operating the FAT\r
+  @retval EFI_DEVICE_ERROR        Some error occurred when operating the FAT\r
                                   volume.\r
   @retval EFI_NOT_FOUND           The recovery file was not found.\r
   @retval EFI_SUCCESS             The recovery file was successfully found on the\r