mirror of https://github.com/prometheus/prometheus
storage: Fix typo in comment
parent
feb7670929
commit
48d221c11e
|
@ -421,7 +421,7 @@ func (s *memorySeries) preloadChunksForInstant(
|
||||||
from model.Time, through model.Time,
|
from model.Time, through model.Time,
|
||||||
mss *MemorySeriesStorage,
|
mss *MemorySeriesStorage,
|
||||||
) (SeriesIterator, error) {
|
) (SeriesIterator, error) {
|
||||||
// If we have a lastSamplePair in the series, and thas last samplePair
|
// If we have a lastSamplePair in the series, and this last samplePair
|
||||||
// is in the interval, just take it in a singleSampleSeriesIterator. No
|
// is in the interval, just take it in a singleSampleSeriesIterator. No
|
||||||
// need to pin or load anything.
|
// need to pin or load anything.
|
||||||
lastSample := s.lastSamplePair()
|
lastSample := s.lastSamplePair()
|
||||||
|
|
Loading…
Reference in New Issue