mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 00:40:31 +00:00
[fastfat]
fix typo in comment svn path=/trunk/; revision=62966
This commit is contained in:
parent
b2231ae220
commit
0373d3643b
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ VfatCreateFile(
|
||||||
|
|
||||||
if (!NT_SUCCESS(Status) && ParentFcb == NULL)
|
if (!NT_SUCCESS(Status) && ParentFcb == NULL)
|
||||||
{
|
{
|
||||||
DPRINT1("VfatOpenFile faild for '%wZ', status %x\n", &PathNameU, Status);
|
DPRINT1("VfatOpenFile failed for '%wZ', status %x\n", &PathNameU, Status);
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue