fix a comment

svn path=/trunk/; revision=39456
This commit is contained in:
Christoph von Wittich 2009-02-07 15:15:01 +00:00
parent 0fb7d7ca0e
commit 070cba2db8

View file

@ -727,7 +727,7 @@ ScmControlService(PSERVICE Service,
ControlPacket->dwSize = TotalLength;
wcscpy(&ControlPacket->szArguments[0], Service->lpServiceName);
/* Send the start command */
/* Send the control packet */
WriteFile(Service->ControlPipeHandle,
ControlPacket,
sizeof(SCM_CONTROL_PACKET) + (TotalLength * sizeof(WCHAR)),