This commit is contained in:
Josh Slocum 2022-03-23 08:07:49 -05:00
parent 4e20da76fb
commit c72197122d
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ struct GranuleRangeMetadata {
: lastEpoch(epoch), lastSeqno(seqno), activeMetadata(activeMetadata) {}
};
// represents a previous version of a granule, and optionally the files that compose it
// represents a previous version of a granule, and optionally the files that compose it.
struct GranuleHistoryEntry : NonCopyable, ReferenceCounted<GranuleHistoryEntry> {
KeyRange range;
UID granuleID;