Fixed typographical error.

svn path=/trunk/; revision=10466
This commit is contained in:
Emanuele Aliberti
2004-08-10 07:25:49 +00:00
parent 5317d303e8
commit 99e5dd3e01
+2 -2
View File
@@ -1,4 +1,4 @@
/* $Id: psmgr.c,v 1.19 2004/02/10 15:13:35 gvg Exp $
/* $Id: psmgr.c,v 1.20 2004/08/10 07:25:49 ea Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@ -21,7 +21,7 @@
VOID PiShutdownProcessManager(VOID)
{
DPRINT("PiShutdownMemoryManager()\n");
DPRINT("PiShutdownProcessManager()\n");
PiKillMostProcesses();
}