*** empty log message ***

svn path=/trunk/boinc/; revision=11829
This commit is contained in:
Rom Walton 2007-01-10 23:50:38 +00:00
parent c01cee8ddd
commit 885aa4f833
1 changed files with 1 additions and 1 deletions

View File

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