Fix a very small typo - "VfatFormat() done" to "VfatxFormat() done"

svn path=/trunk/; revision=14192
This commit is contained in:
Aleksey Bragin 2005-03-19 17:11:15 +00:00
parent 229fed0315
commit 1ca3f8ce13

View file

@ -162,7 +162,7 @@ VfatxFormat (PUNICODE_STRING DriveRoot,
Callback (DONE, 0, (PVOID)&Context.Success); Callback (DONE, 0, (PVOID)&Context.Success);
} }
DPRINT("VfatFormat() done. Status 0x%.08x\n", Status); DPRINT("VfatxFormat() done. Status 0x%.08x\n", Status);
return Status; return Status;
} }