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));