Commit in reactos/ntoskrnl/ps on MAIN
process.c+2-21.132 -> 1.133
fixed typo

reactos/ntoskrnl/ps
process.c 1.132 -> 1.133
diff -u -r1.132 -r1.133
--- process.c	7 Jul 2004 16:28:35 -0000	1.132
+++ process.c	16 Jul 2004 20:20:53 -0000	1.133
@@ -1,4 +1,4 @@
-/* $Id: process.c,v 1.132 2004/07/07 16:28:35 navaraf Exp $
+/* $Id: process.c,v 1.133 2004/07/16 20:20:53 weiden Exp $
  *
  * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS kernel
@@ -1125,7 +1125,7 @@
 	else
 	{
 	  PULONG HandleCount = (PULONG)ProcessInformation;
-	  *HandleCount = ObpGetHandleCountbyHandleTable(&Process->HandleTable);
+	  *HandleCount = ObpGetHandleCountByHandleTable(&Process->HandleTable);
 	  if (ReturnLength)
 	  {
 	    *ReturnLength = sizeof(ULONG);
CVSspam 0.2.8