]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/DirectoryManage.c
FatPkg: Fix spelling errors
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / DirectoryManage.c
index 21656883bd36c4cee171438289297c1e09b030e5..93772dba09c25c8b8860d7a95f843c774ba24740 100644 (file)
@@ -17,7 +17,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
   @param  EntryPos              - The position of the directory entry to be accessed.\r
   @param  Entry                 - The directory entry read or written.\r
 \r
-  @retval EFI_SUCCESS           - Access the directory entry sucessfully.\r
+  @retval EFI_SUCCESS           - Access the directory entry successfully.\r
   @return other                 - An error occurred when reading the directory entry.\r
 \r
 **/\r
@@ -896,7 +896,7 @@ FatNewEntryPos (
   @param  Volume                - FAT file system volume.\r
   @param  Name                  - The file name of the volume.\r
 \r
-  @retval EFI_SUCCESS           - Update the volume with the directory entry sucessfully.\r
+  @retval EFI_SUCCESS           - Update the volume with the directory entry successfully.\r
   @return others                - An error occurred when getting volume label.\r
 \r
 **/\r
@@ -927,7 +927,7 @@ FatGetVolumeEntry (
   @param  Volume              - FAT file system volume.\r
   @param  Name                - The new file name of the volume.\r
 \r
-  @retval EFI_SUCCESS         - Update the Volume sucessfully.\r
+  @retval EFI_SUCCESS         - Update the Volume successfully.\r
   @retval EFI_UNSUPPORTED     - The input label is not a valid volume label.\r
   @return other               - An error occurred when setting volume label.\r
 \r
@@ -1246,7 +1246,7 @@ FatCloseDirEnt (
                           not be created either).\r
   @retval EFI_INVALID_PARAMETER - The parameter is not valid.\r
   @retval EFI_SUCCESS           - Open the file successfully.\r
-  @return other                 - An error occured when locating the OFile.\r
+  @return other                 - An error occurred when locating the OFile.\r
 \r
 **/\r
 EFI_STATUS\r