mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +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
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -139,7 +139,7 @@ IopCreateFile(PVOID ObjectBody,
|
|||
DPRINT("Status %x\n", Status);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
CPRINT("Failed to mount storage device (statux %x)\n",
|
||||
CPRINT("Failed to mount storage device (status %x)\n",
|
||||
Status);
|
||||
return (Status);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue