]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/FileSpace.c
FatPkg: Fix spelling errors
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / FileSpace.c
index 665903603939295fb7c9ff415c7a9b785b1c289e..0dd66e0c53af8046890514320f63c5b3facf4fa0 100644 (file)
@@ -129,7 +129,7 @@ FatGetFatEntry (
   @param  Index                 - The index of the FAT entry of the volume.\r
   @param  Value                 - The new value of the FAT entry.\r
 \r
-  @retval EFI_SUCCESS           - Set the new FAT entry value sucessfully.\r
+  @retval EFI_SUCCESS           - Set the new FAT entry value successfully.\r
   @retval EFI_VOLUME_CORRUPTED  - The FAT type of the volume is error.\r
   @return other                 - An error occurred when operation the FAT entries.\r
 \r
@@ -343,7 +343,7 @@ FatSizeToClusters (
 \r
   @param  OFile                 - The open file.\r
 \r
-  @retval EFI_SUCCESS           - Shrinked sucessfully.\r
+  @retval EFI_SUCCESS           - Shrinked successfully.\r
   @retval EFI_VOLUME_CORRUPTED  - There are errors in the file's clusters.\r
 \r
 **/\r
@@ -416,7 +416,7 @@ FatShrinkEof (
   @param  OFile                 - The open file.\r
   @param  NewSizeInBytes        - The new size in bytes of the open file.\r
 \r
-  @retval EFI_SUCCESS           - The file is grown sucessfully.\r
+  @retval EFI_SUCCESS           - The file is grown successfully.\r
   @retval EFI_UNSUPPORTED       - The file size is larger than 4GB.\r
   @retval EFI_VOLUME_CORRUPTED  - There are errors in the files' clusters.\r
   @retval EFI_VOLUME_FULL       - The volume is full and can not grow the file.\r