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);