]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/Flush.c
FatPkg/EnhancedFatDxe: Fix various typos
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Flush.c
index e88557d77c8a4ca6ec404b4b152e7e29231a0b04..d532791075279c3ec3be9e8c38738abb1f181780 100644 (file)
@@ -226,7 +226,7 @@ FatOFileFlush (
   //\r
   do {\r
     //\r
-    // If the file has a permanant error, then don't write any\r
+    // If the file has a permanent error, then don't write any\r
     // of its data to the device (may be from different media)\r
     //\r
     if (EFI_ERROR (OFile->Error)) {\r
@@ -319,7 +319,7 @@ FatCheckOFileRef (
 \r
   Check the references of all open files on the volume.\r
   Any open file (that is checked) that is no longer\r
-  referenced, is freed - and it's parent open file\r
+  referenced, is freed - and its parent open file\r
   is then referenced checked.\r
 \r
   @param  Volume                - The volume to check the pending open file list.\r