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

@@ -226,7 +226,7 @@ FatOFileFlush (
//
do {
//
// If the file has a permanant error, then don't write any
// If the file has a permanent error, then don't write any
// of its data to the device (may be from different media)
//
if (EFI_ERROR (OFile->Error)) {
@@ -319,7 +319,7 @@ FatCheckOFileRef (
Check the references of all open files on the volume.
Any open file (that is checked) that is no longer
referenced, is freed - and it's parent open file
referenced, is freed - and its parent open file
is then referenced checked.
@param Volume - The volume to check the pending open file list.