]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/FileSpace.c
FatPkg/EnhancedFatDxe: Fix various typos
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / FileSpace.c
index 0dd66e0c53af8046890514320f63c5b3facf4fa0..f57e44e3680a5adee0260e0bf2a7c973acc5776d 100644 (file)
@@ -223,7 +223,7 @@ FatSetFatEntry (
 \r
 /**\r
 \r
-  Free the cluster clain.\r
+  Free the cluster chain.\r
 \r
   @param  Volume                - FAT file system volume.\r
   @param  Cluster               - The first cluster of cluster chain.\r
@@ -575,8 +575,8 @@ FatOFilePosition (
   ASSERT_VOLUME_LOCKED (Volume);\r
 \r
   //\r
-  // If this is the fixed root dir, then compute it's position\r
-  // from it's fixed info in the fat bpb\r
+  // If this is the fixed root dir, then compute its position\r
+  // from its fixed info in the fat bpb\r
   //\r
   if (OFile->IsFixedRootDir) {\r
     OFile->PosDisk  = Volume->RootPos + Position;\r