Skip to content

Commit

Permalink
update inconsistent comment (prometheus#5046)
Browse files Browse the repository at this point in the history
Co-Authored-By: aixeshunter <44970652+aixeshunter@users.noreply.github.com>
Signed-off-by: aixeshunter <aixeshunter@gmail.com>
  • Loading branch information
aixeshunter authored and brian-brazil committed Dec 27, 2018
1 parent d304269 commit 8066327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/remote/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/prometheus/prometheus/storage"
)

// Callback func that return the oldest timestamp stored in a storage.
// startTimeCallback is a callback func that return the oldest timestamp stored in a storage.
type startTimeCallback func() (int64, error)

// Storage represents all the remote read and write endpoints. It implements
Expand Down

0 comments on commit 8066327

Please sign in to comment.