[SVCHOST]

* Fix a typo.

svn path=/trunk/; revision=59851
This commit is contained in:
Amine Khaldi 2013-08-28 11:08:28 +00:00
parent 13fa3680e5
commit 9aa6a42782

View file

@ -241,7 +241,7 @@ ScAllocateAndInitializeSid (
{
NTSTATUS Status;
/* Allocare toom for the SID */
/* Allocate room for the SID */
*Sid = RtlAllocateHeap(RtlGetProcessHeap(),
0,
RtlLengthRequiredSid(SubAuthorityCount));