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:
committed by
mergify[bot]
parent
3d6b7fd303
commit
db62b65c63
@@ -56,7 +56,7 @@ FatDelete (
|
||||
goto Done;
|
||||
}
|
||||
//
|
||||
// If the file has a permanant error, skip the delete
|
||||
// If the file has a permanent error, skip the delete
|
||||
//
|
||||
Status = OFile->Error;
|
||||
if (!EFI_ERROR (Status)) {
|
||||
|
Reference in New Issue
Block a user