mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
storage: Fix typo in doc comment
This commit is contained in:
parent
342f970e05
commit
abf1d6e413
|
@ -962,7 +962,7 @@ func (p *persistence) dropAndPersistChunks(
|
||||||
}
|
}
|
||||||
|
|
||||||
// We've found the first chunk that should be kept.
|
// 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.
|
// actual drop or leave it for next time if it is not worth the effort.
|
||||||
fi, err := f.Stat()
|
fi, err := f.Stat()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue