diff options
Diffstat (limited to 'FatPkg/EnhancedFatDxe/FileSpace.c')
-rw-r--r-- | FatPkg/EnhancedFatDxe/FileSpace.c | 6 |
1 files changed, 3 insertions, 3 deletions
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;
|