mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fixed a typo.
svn path=/trunk/; revision=2815
This commit is contained in:
parent
9e6b238365
commit
6c88e069c4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: create.c,v 1.53 2002/01/26 06:20:16 phreak Exp $
|
/* $Id: create.c,v 1.54 2002/04/01 22:18:01 hbirr Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -139,7 +139,7 @@ IopCreateFile(PVOID ObjectBody,
|
||||||
DPRINT("Status %x\n", Status);
|
DPRINT("Status %x\n", Status);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
CPRINT("Failed to mount storage device (statux %x)\n",
|
CPRINT("Failed to mount storage device (status %x)\n",
|
||||||
Status);
|
Status);
|
||||||
return (Status);
|
return (Status);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue