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/FileSpace.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/FileSpace.c')
-rw-r--r-- | FatPkg/EnhancedFatDxe/FileSpace.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FatPkg/EnhancedFatDxe/FileSpace.c b/FatPkg/EnhancedFatDxe/FileSpace.c index 6659036039..0dd66e0c53 100644 --- a/FatPkg/EnhancedFatDxe/FileSpace.c +++ b/FatPkg/EnhancedFatDxe/FileSpace.c @@ -129,7 +129,7 @@ FatGetFatEntry ( @param Index - The index of the FAT entry of the volume.
@param Value - The new value of the FAT entry.
- @retval EFI_SUCCESS - Set the new FAT entry value sucessfully.
+ @retval EFI_SUCCESS - Set the new FAT entry value successfully.
@retval EFI_VOLUME_CORRUPTED - The FAT type of the volume is error.
@return other - An error occurred when operation the FAT entries.
@@ -343,7 +343,7 @@ FatSizeToClusters ( @param OFile - The open file.
- @retval EFI_SUCCESS - Shrinked sucessfully.
+ @retval EFI_SUCCESS - Shrinked successfully.
@retval EFI_VOLUME_CORRUPTED - There are errors in the file's clusters.
**/
@@ -416,7 +416,7 @@ FatShrinkEof ( @param OFile - The open file.
@param NewSizeInBytes - The new size in bytes of the open file.
- @retval EFI_SUCCESS - The file is grown sucessfully.
+ @retval EFI_SUCCESS - The file is grown successfully.
@retval EFI_UNSUPPORTED - The file size is larger than 4GB.
@retval EFI_VOLUME_CORRUPTED - There are errors in the files' clusters.
@retval EFI_VOLUME_FULL - The volume is full and can not grow the file.
|