[ros-diffs] [dgorbachev] 45603: [WINLOGON] Fix a comment.

dgorbachev at svn.reactos.org dgorbachev at svn.reactos.org
Thu Feb 18 03:27:58 CET 2010


Author: dgorbachev
Date: Thu Feb 18 03:27:57 2010
New Revision: 45603

URL: http://svn.reactos.org/svn/reactos?rev=45603&view=rev
Log:
[WINLOGON] Fix a comment.

Modified:
    branches/arwinss/reactos/base/system/winlogon/winlogon.c

Modified: branches/arwinss/reactos/base/system/winlogon/winlogon.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/base/system/winlogon/winlogon.c?rev=45603&r1=45602&r2=45603&view=diff
==============================================================================
--- branches/arwinss/reactos/base/system/winlogon/winlogon.c [iso-8859-1] (original)
+++ branches/arwinss/reactos/base/system/winlogon/winlogon.c [iso-8859-1] Thu Feb 18 03:27:57 2010
@@ -167,7 +167,7 @@
 	LPCWSTR ServiceString = L"lsass.exe";
 	BOOL res;
 
-	/* Start the service control manager (services.exe) */
+	/* Start the local security authentication subsystem (lsass.exe) */
 	ZeroMemory(&StartupInfo, sizeof(STARTUPINFOW));
 	StartupInfo.cb = sizeof(StartupInfo);
 	StartupInfo.lpReserved = NULL;




More information about the Ros-diffs mailing list