From f82a992ec206f1adff198663d14180ebe851ae0a Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Fri, 16 Jul 2004 20:20:53 +0000 Subject: [PATCH] fixed typo svn path=/trunk/; revision=10145 --- reactos/ntoskrnl/ps/process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/ps/process.c b/reactos/ntoskrnl/ps/process.c index 5c2580f7259..d3d64807294 100644 --- a/reactos/ntoskrnl/ps/process.c +++ b/reactos/ntoskrnl/ps/process.c @@ -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);