FatPkg/EnhancedFatDxe: Fix various typos

Fix various typos in FatPkg/EnhancedFatDxe comments.

Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Acked-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-8-philmd@redhat.com>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:20 +01:00
committed by mergify[bot]
parent 3d6b7fd303
commit db62b65c63
7 changed files with 12 additions and 12 deletions

View File

@@ -236,7 +236,7 @@ struct _FAT_OFILE {
UINTN Signature;
FAT_VOLUME *Volume;
//
// A permanant error code to return to all accesses to
// A permanent error code to return to all accesses to
// this opened file
//
EFI_STATUS Error;
@@ -246,7 +246,7 @@ struct _FAT_OFILE {
LIST_ENTRY Opens;
//
// The dynamic infomation
// The dynamic information
//
UINTN FileSize;
UINTN FileCluster;
@@ -1863,7 +1863,7 @@ FatCreate8Dot3Name (
@param FatName - The Char8 string needs to be converted.
@param Len - The length of the fat name.
@param LowerCase - Indicate whether to convert the string to lower case.
@param Str - The result of the convertion.
@param Str - The result of the conversion.
**/
VOID