]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/Fat.h
FatPkg: Fix spelling errors
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Fat.h
index 98ead5a0fbaa6d5233b58a7b651332843b544f60..46c185c3a9e9d8eaefb835cb7c8352e2bc46d835 100644 (file)
@@ -865,7 +865,7 @@ FatCleanupVolume (
 \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
@@ -881,7 +881,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
@@ -969,7 +969,7 @@ FatComputeFreeInfo (
   @param  Handle                - The handle of parent device.\r
   @param  DiskIo                - The DiskIo of parent device.\r
   @param  DiskIo2               - The DiskIo2 of parent device.\r
-  @param  BlockIo               - The BlockIo of parent devicel\r
+  @param  BlockIo               - The BlockIo of parent device.\r
 \r
   @retval EFI_SUCCESS           - Allocate a new volume successfully.\r
   @retval EFI_OUT_OF_RESOURCES  - Can not allocate the memory.\r
@@ -1079,7 +1079,7 @@ FatDestroySubtask (
   @param  IFile                 - The instance of the open file.\r
   @param  Task                  - The task to be executed.\r
 \r
-  @retval EFI_SUCCESS           - The task was executed sucessfully.\r
+  @retval EFI_SUCCESS           - The task was executed successfully.\r
   @return other                 - An error occurred when executing the task.\r
 \r
 **/\r
@@ -1097,7 +1097,7 @@ FatQueueTask (
   @param  IoMode                - The access mode.\r
   @param  DirtyValue            - Set the volume as dirty or not.\r
 \r
-  @retval EFI_SUCCESS           - Set the new FAT entry value sucessfully.\r
+  @retval EFI_SUCCESS           - Set the new FAT entry value successfully.\r
   @return other                 - An error occurred when operation the FAT entries.\r
 \r
 **/\r
@@ -1120,7 +1120,7 @@ FatAccessVolumeDirty (
   @param  Task                    point to task instance.\r
 \r
   @retval EFI_SUCCESS           - The operation is performed successfully.\r
-  @retval EFI_VOLUME_CORRUPTED  - The accesss is\r
+  @retval EFI_VOLUME_CORRUPTED  - The access is\r
   @return Others                - The status of read/write the disk\r
 \r
 **/\r
@@ -1361,7 +1361,7 @@ FatStriCmp (
   @retval EFI_SUCCESS           - Open the file successfully.\r
   @retval EFI_INVALID_PARAMETER - The open mode is conflict with the attributes\r
                           or the file name is not valid.\r
-  @retval EFI_NOT_FOUND         - Conficts between dir intention and attribute.\r
+  @retval EFI_NOT_FOUND         - Conflicts between dir intention and attribute.\r
   @retval EFI_WRITE_PROTECTED   - Can't open for write if the volume is read only.\r
   @retval EFI_ACCESS_DENIED     - If the file's attribute is read only, and the\r
                           open is for read-write fail it.\r
@@ -1710,7 +1710,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
@@ -1728,7 +1728,7 @@ FatLocateOFile (
   @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
@@ -1745,7 +1745,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