Fix comment grammar typo

Co-authored-by: Xin Dong <jiangzian1987dx@gmail.com>
This commit is contained in:
Meng Xu 2020-07-30 10:02:11 -07:00 committed by GitHub
parent ea2837dd5e
commit 17056b2a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,7 @@ struct RemoveServersSafelyWorkload : TestWorkload {
return killableProcesses;
}
// toKill1 and toKill2 are a random subset of all processes. If simply kill all processes in toKill1 or toKill2,
// toKill1 and toKill2 are two random subsets of all processes. If simply kill all processes in toKill1 or toKill2,
// we may kill too many processes to make the cluster unavailable and stuck.
ACTOR static Future<Void> workloadMain( RemoveServersSafelyWorkload* self, Database cx, double waitSeconds,
std::set<AddressExclusion> toKill1, std::set<AddressExclusion> toKill2 ) {