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

@@ -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