Author: akhaldi
Date: Wed Aug 28 11:08:28 2013
New Revision: 59851
URL:
http://svn.reactos.org/svn/reactos?rev=59851&view=rev
Log:
[SVCHOST]
* Fix a typo.
Modified:
trunk/reactos/base/services/svchost/globals.c
Modified: trunk/reactos/base/services/svchost/globals.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/services/svchost/glob…
==============================================================================
--- trunk/reactos/base/services/svchost/globals.c [iso-8859-1] (original)
+++ trunk/reactos/base/services/svchost/globals.c [iso-8859-1] Wed Aug 28 11:08:28 2013
@@ -241,7 +241,7 @@
{
NTSTATUS Status;
- /* Allocare toom for the SID */
+ /* Allocate room for the SID */
*Sid = RtlAllocateHeap(RtlGetProcessHeap(),
0,
RtlLengthRequiredSid(SubAuthorityCount));