From c0ddd03a2f090cb43c7464188c4e9f68961c01ae Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 2 Nov 2001 09:17:52 +0000 Subject: [PATCH] Fixed a typo. svn path=/trunk/; revision=2341 --- reactos/ntoskrnl/io/create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/io/create.c b/reactos/ntoskrnl/io/create.c index 26dd5f28563..623c441907e 100644 --- a/reactos/ntoskrnl/io/create.c +++ b/reactos/ntoskrnl/io/create.c @@ -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 * PROJECT: ReactOS kernel @@ -85,7 +85,7 @@ IopCreateFile(PVOID ObjectBody, } 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); return (STATUS_UNSUCCESSFUL); }