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

@@ -223,7 +223,7 @@ FatSetFatEntry (
/**
Free the cluster clain.
Free the cluster chain.
@param Volume - FAT file system volume.
@param Cluster - The first cluster of cluster chain.
@@ -575,8 +575,8 @@ FatOFilePosition (
ASSERT_VOLUME_LOCKED (Volume);
//
// If this is the fixed root dir, then compute it's position
// from it's fixed info in the fat bpb
// If this is the fixed root dir, then compute its position
// from its fixed info in the fat bpb
//
if (OFile->IsFixedRootDir) {
OFile->PosDisk = Volume->RootPos + Position;