From: Emanuele Aliberti Date: Sun, 15 May 2005 21:39:10 +0000 (+0000) Subject: Correct a comment. X-Git-Tag: backups/xmlbuildsystem@15601~15^2~2 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=468b7ba0f2e7ad9030666759428b1dbe35e340a6 Correct a comment. svn path=/trunk/; revision=15322 --- 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);