storage: Fix typo in comment

This commit is contained in:
beorn7 2017-03-16 11:49:41 +01:00
parent feb7670929
commit 48d221c11e
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ func (s *memorySeries) preloadChunksForInstant(
from model.Time, through model.Time,
mss *MemorySeriesStorage,
) (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
// need to pin or load anything.
lastSample := s.lastSamplePair()