Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Artoul committed Nov 15, 2018
1 parent c8e47a6 commit ee4f425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbnode/storage/flush.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func (m *flushManager) namespaceSnapshotTimes(ns databaseNamespace, curr time.Ti
rOpts = ns.Options().RetentionOptions()
blockSize = rOpts.BlockSize()
// Earliest possible snapshottable block is the earliest possible flushable
// block start which is the first block in the retention period.
// blockStart which is the first block in the retention period.
earliest = retention.FlushTimeStart(rOpts, curr)
// Latest possible snapshotting block is either the current block OR the
// next block if the current time and bufferFuture configuration would
Expand Down

0 comments on commit ee4f425

Please sign in to comment.