- A simple comment-related change

This commit is contained in:
Sreenath Bodagala 2021-07-01 15:36:00 +00:00
parent eb6cdbe64e
commit c87c7d9647
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ struct MasterData : NonCopyable, ReferenceCounted<MasterData> {
std::vector<WorkerInterface> backupWorkers; // Recruited backup workers from cluster controller.
// Captures the latest commit version for each storage server in the cluster.
// Captures the latest commit version targeted for each storage server in the cluster.
VersionVector ssVersionVector;
CounterCollection cc;