Correct a comment.
Modified: trunk/reactos/ntoskrnl/lpc/port.c
--- trunk/reactos/ntoskrnl/lpc/port.c 2005-05-15 21:28:44 UTC (rev 15321) +++ trunk/reactos/ntoskrnl/lpc/port.c 2005-05-15 21:39:10 UTC (rev 15322) @@ -40,7 +40,7 @@
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);