Skip to content

Commit

Permalink
storage: Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
beorn7 committed Feb 10, 2017
1 parent 342f970 commit abf1d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/local/persistence.go
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ func (p *persistence) dropAndPersistChunks(
}

// We've found the first chunk that should be kept.
// First check if the shrink ratio is good enough to perform the the
// First check if the shrink ratio is good enough to perform the
// actual drop or leave it for next time if it is not worth the effort.
fi, err := f.Stat()
if err != nil {
Expand Down

0 comments on commit abf1d6e

Please sign in to comment.