From a14482e22573e75be4da0aeeda9e72759460c73d Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sat, 11 Sep 2010 21:16:41 +0000 Subject: [PATCH] [WINLOGON] - Fix comments copypasta. svn path=/trunk/; revision=48746 --- reactos/base/system/winlogon/winlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/system/winlogon/winlogon.c b/reactos/base/system/winlogon/winlogon.c index 3329848b6ae..68cf2d13c3a 100644 --- a/reactos/base/system/winlogon/winlogon.c +++ b/reactos/base/system/winlogon/winlogon.c @@ -167,7 +167,7 @@ StartLsass(VOID) LPCWSTR ServiceString = L"lsass.exe"; BOOL res; - /* Start the service control manager (services.exe) */ + /* Start the local security authority subsystem (lsass.exe) */ ZeroMemory(&StartupInfo, sizeof(STARTUPINFOW)); StartupInfo.cb = sizeof(StartupInfo); StartupInfo.lpReserved = NULL;