From 468b7ba0f2e7ad9030666759428b1dbe35e340a6 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Sun, 15 May 2005 21:39:10 +0000 Subject: [PATCH] Correct a comment. svn path=/trunk/; revision=15322 --- reactos/ntoskrnl/lpc/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/lpc/port.c b/reactos/ntoskrnl/lpc/port.c index 1748a1f6510..a346ad7ba9f 100644 --- a/reactos/ntoskrnl/lpc/port.c +++ b/reactos/ntoskrnl/lpc/port.c @@ -40,7 +40,7 @@ LpcpInitSystem (VOID) DPRINT1("Creating Port Object Type\n"); - /* Create the window station Object Type */ + /* Create the Port Object Type */ RtlZeroMemory(&ObjectTypeInitializer, sizeof(ObjectTypeInitializer)); RtlInitUnicodeString(&Name, L"Port"); ObjectTypeInitializer.Length = sizeof(ObjectTypeInitializer); -- 2.17.1