mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[SVCHOST]
* Fix a typo. svn path=/trunk/; revision=59851
This commit is contained in:
parent
13fa3680e5
commit
9aa6a42782
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ ScAllocateAndInitializeSid (
|
|||
{
|
||||
NTSTATUS Status;
|
||||
|
||||
/* Allocare toom for the SID */
|
||||
/* Allocate room for the SID */
|
||||
*Sid = RtlAllocateHeap(RtlGetProcessHeap(),
|
||||
0,
|
||||
RtlLengthRequiredSid(SubAuthorityCount));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue