From 48d221c11e8f9a7136c5eec2c27126841a186ce0 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 16 Mar 2017 11:49:41 +0100 Subject: [PATCH] storage: Fix typo in comment --- storage/local/series.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/local/series.go b/storage/local/series.go index ba8898a59..71ea7f284 100644 --- a/storage/local/series.go +++ b/storage/local/series.go @@ -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()