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>
This commit is contained in:
Sean Brogan
2019-10-08 22:38:15 -07:00
committed by Michael D Kinney
parent 8d89159245
commit 44c9618a3f
13 changed files with 32 additions and 32 deletions

View File

@@ -114,7 +114,7 @@ FatDestroySubtask (
@param IFile - The instance of the open file.
@param Task - The task to be executed.
@retval EFI_SUCCESS - The task was executed sucessfully.
@retval EFI_SUCCESS - The task was executed successfully.
@return other - An error occurred when executing the task.
**/
@@ -219,7 +219,7 @@ FatQueueTask (
@param IoMode - The access mode.
@param DirtyValue - Set the volume as dirty or not.
@retval EFI_SUCCESS - Set the new FAT entry value sucessfully.
@retval EFI_SUCCESS - Set the new FAT entry value successfully.
@return other - An error occurred when operation the FAT entries.
**/
@@ -304,7 +304,7 @@ FatOnAccessComplete (
@param Task point to task instance.
@retval EFI_SUCCESS - The operation is performed successfully.
@retval EFI_VOLUME_CORRUPTED - The accesss is
@retval EFI_VOLUME_CORRUPTED - The access is
@return Others - The status of read/write the disk
**/