diff options
author | Sean Brogan <sean.brogan@microsoft.com> | 2019-10-08 22:38:15 -0700 |
---|---|---|
committer | Michael D Kinney <michael.d.kinney@intel.com> | 2019-10-22 17:24:34 -0700 |
commit | 44c9618a3f518b0fc21df71d9f047b60754b7ebb (patch) | |
tree | e21795c50d424124c5cfd57877d9d53d08a4a195 /FatPkg/EnhancedFatDxe/Misc.c | |
parent | 8d891592457199c517b1490368c192508a603fd5 (diff) | |
download | edk2-44c9618a3f518b0fc21df71d9f047b60754b7ebb.tar.gz |
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>
Diffstat (limited to 'FatPkg/EnhancedFatDxe/Misc.c')
-rw-r--r-- | FatPkg/EnhancedFatDxe/Misc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FatPkg/EnhancedFatDxe/Misc.c b/FatPkg/EnhancedFatDxe/Misc.c index bc19695fc9..a005036d46 100644 --- a/FatPkg/EnhancedFatDxe/Misc.c +++ b/FatPkg/EnhancedFatDxe/Misc.c @@ -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
**/
|