summaryrefslogtreecommitdiffstats
path: root/FatPkg/EnhancedFatDxe/DirectoryManage.c
diff options
context:
space:
mode:
authorSean Brogan <sean.brogan@microsoft.com>2019-10-08 22:38:15 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2019-10-22 17:24:34 -0700
commit44c9618a3f518b0fc21df71d9f047b60754b7ebb (patch)
treee21795c50d424124c5cfd57877d9d53d08a4a195 /FatPkg/EnhancedFatDxe/DirectoryManage.c
parent8d891592457199c517b1490368c192508a603fd5 (diff)
downloadedk2-44c9618a3f518b0fc21df71d9f047b60754b7ebb.tar.gz
edk2-44c9618a3f518b0fc21df71d9f047b60754b7ebb.tar.bz2
edk2-44c9618a3f518b0fc21df71d9f047b60754b7ebb.zip
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/DirectoryManage.c')
-rw-r--r--FatPkg/EnhancedFatDxe/DirectoryManage.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/FatPkg/EnhancedFatDxe/DirectoryManage.c b/FatPkg/EnhancedFatDxe/DirectoryManage.c
index 21656883bd..93772dba09 100644
--- a/FatPkg/EnhancedFatDxe/DirectoryManage.c
+++ b/FatPkg/EnhancedFatDxe/DirectoryManage.c
@@ -17,7 +17,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
@param EntryPos - The position of the directory entry to be accessed.
@param Entry - The directory entry read or written.
- @retval EFI_SUCCESS - Access the directory entry sucessfully.
+ @retval EFI_SUCCESS - Access the directory entry successfully.
@return other - An error occurred when reading the directory entry.
**/
@@ -896,7 +896,7 @@ FatNewEntryPos (
@param Volume - FAT file system volume.
@param Name - The file name of the volume.
- @retval EFI_SUCCESS - Update the volume with the directory entry sucessfully.
+ @retval EFI_SUCCESS - Update the volume with the directory entry successfully.
@return others - An error occurred when getting volume label.
**/
@@ -927,7 +927,7 @@ FatGetVolumeEntry (
@param Volume - FAT file system volume.
@param Name - The new file name of the volume.
- @retval EFI_SUCCESS - Update the Volume sucessfully.
+ @retval EFI_SUCCESS - Update the Volume successfully.
@retval EFI_UNSUPPORTED - The input label is not a valid volume label.
@return other - An error occurred when setting volume label.
@@ -1246,7 +1246,7 @@ FatCloseDirEnt (
not be created either).
@retval EFI_INVALID_PARAMETER - The parameter is not valid.
@retval EFI_SUCCESS - Open the file successfully.
- @return other - An error occured when locating the OFile.
+ @return other - An error occurred when locating the OFile.
**/
EFI_STATUS