diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:07:20 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | db62b65c637678b14474547b37ace3330b259764 (patch) | |
tree | 11c9b3d1db27fd5e5e3db5c2542ca97d5e089062 /FatPkg/EnhancedFatDxe/Flush.c | |
parent | 3d6b7fd303b0081935e69aa16b01c285d6563f64 (diff) | |
download | edk2-db62b65c637678b14474547b37ace3330b259764.tar.gz edk2-db62b65c637678b14474547b37ace3330b259764.tar.bz2 edk2-db62b65c637678b14474547b37ace3330b259764.zip |
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>
Diffstat (limited to 'FatPkg/EnhancedFatDxe/Flush.c')
-rw-r--r-- | FatPkg/EnhancedFatDxe/Flush.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FatPkg/EnhancedFatDxe/Flush.c b/FatPkg/EnhancedFatDxe/Flush.c index e88557d77c..d532791075 100644 --- a/FatPkg/EnhancedFatDxe/Flush.c +++ b/FatPkg/EnhancedFatDxe/Flush.c @@ -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.
|