mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Correct a comment.
svn path=/trunk/; revision=15322
This commit is contained in:
parent
83deefac8c
commit
468b7ba0f2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue