mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed a typo.
svn path=/trunk/; revision=2341
This commit is contained in:
parent
b639c5def9
commit
c0ddd03a2f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: create.c,v 1.48 2001/09/01 15:36:44 chorns Exp $
|
/* $Id: create.c,v 1.49 2001/11/02 09:17:52 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -85,7 +85,7 @@ IopCreateFile(PVOID ObjectBody,
|
||||||
}
|
}
|
||||||
if (IoDeviceObjectType != BODY_TO_HEADER(Parent)->ObjectType)
|
if (IoDeviceObjectType != BODY_TO_HEADER(Parent)->ObjectType)
|
||||||
{
|
{
|
||||||
CPRINT("Parent is a %S which not a device type\n",
|
CPRINT("Parent is a %S which is not a device type\n",
|
||||||
BODY_TO_HEADER(Parent)->ObjectType->TypeName.Buffer);
|
BODY_TO_HEADER(Parent)->ObjectType->TypeName.Buffer);
|
||||||
return (STATUS_UNSUCCESSFUL);
|
return (STATUS_UNSUCCESSFUL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue