Correct a comment.

svn path=/trunk/; revision=15322
This commit is contained in:
Emanuele Aliberti 2005-05-15 21:39:10 +00:00
parent 83deefac8c
commit 468b7ba0f2

View file

@ -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);