fixed typo

svn path=/trunk/; revision=10145
This commit is contained in:
Thomas Bluemel 2004-07-16 20:20:53 +00:00
parent fa2ac0c0ca
commit f82a992ec2

View file

@ -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 @@ NtQueryInformationProcess(IN HANDLE ProcessHandle,
else
{
PULONG HandleCount = (PULONG)ProcessInformation;
*HandleCount = ObpGetHandleCountbyHandleTable(&Process->HandleTable);
*HandleCount = ObpGetHandleCountByHandleTable(&Process->HandleTable);
if (ReturnLength)
{
*ReturnLength = sizeof(ULONG);