From fa9628a71a387aeb93b8d303fb0a5efaf148fb18 Mon Sep 17 00:00:00 2001 From: wj32 Date: Thu, 27 Oct 2011 21:08:06 +0000 Subject: [PATCH] updated comment git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4762 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/ProcessHacker/procprv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.x/trunk/ProcessHacker/procprv.c b/2.x/trunk/ProcessHacker/procprv.c index 7c39e23ee..8f7d5e128 100644 --- a/2.x/trunk/ProcessHacker/procprv.c +++ b/2.x/trunk/ProcessHacker/procprv.c @@ -1780,8 +1780,8 @@ VOID PhProcessProviderUpdate( // // The first method is simpler but has a problem when a process exits and its cycle time // is no longer counted in the system-wide total. This may cause the delta to be - // negative and all other calculations to become invalid. Process Explorer simply ignores - // this fact and treats the system-wide delta as unsigned (and therefore huge when negative), + // negative and all other calculations to become invalid. Process Explorer simply ignored + // this fact and treated the system-wide delta as unsigned (and therefore huge when negative), // leading to all CPU usages being displayed as "< 0.01". // // The second method is used here, but the adjustments must be done before the main new/modified