From 885aa4f8332688d90b11a2311e1a8444375ed698 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 10 Jan 2007 23:50:38 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11829 --- client/cs_scheduler.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cs_scheduler.C b/client/cs_scheduler.C index ed00b59b68..ea45a131da 100644 --- a/client/cs_scheduler.C +++ b/client/cs_scheduler.C @@ -106,7 +106,7 @@ void PROJECT::set_min_rpc_time(double future_time, const char* reason) { } } -// Return true iff we should not contact the project yet. +// Return true if we should not contact the project yet. // bool PROJECT::waiting_until_min_rpc_time() { return (min_rpc_time > gstate.now);