From 9aa6a42782d3314d7f5857e43caa038140455bd4 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 28 Aug 2013 11:08:28 +0000 Subject: [PATCH] [SVCHOST] * Fix a typo. svn path=/trunk/; revision=59851 --- reactos/base/services/svchost/globals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/services/svchost/globals.c b/reactos/base/services/svchost/globals.c index 168070205ed..7acc7351835 100644 --- a/reactos/base/services/svchost/globals.c +++ b/reactos/base/services/svchost/globals.c @@ -241,7 +241,7 @@ ScAllocateAndInitializeSid ( { NTSTATUS Status; - /* Allocare toom for the SID */ + /* Allocate room for the SID */ *Sid = RtlAllocateHeap(RtlGetProcessHeap(), 0, RtlLengthRequiredSid(SubAuthorityCount));