X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=FatPkg%2FEnhancedFatDxe%2FFileSpace.c;fp=FatPkg%2FEnhancedFatDxe%2FFileSpace.c;h=f57e44e3680a5adee0260e0bf2a7c973acc5776d;hp=0dd66e0c53af8046890514320f63c5b3facf4fa0;hb=db62b65c637678b14474547b37ace3330b259764;hpb=3d6b7fd303b0081935e69aa16b01c285d6563f64 diff --git a/FatPkg/EnhancedFatDxe/FileSpace.c b/FatPkg/EnhancedFatDxe/FileSpace.c index 0dd66e0c53..f57e44e368 100644 --- a/FatPkg/EnhancedFatDxe/FileSpace.c +++ b/FatPkg/EnhancedFatDxe/FileSpace.c @@ -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;