From f26dfc95e60dfd6ea8ef066e1c464ad54a52af2e Mon Sep 17 00:00:00 2001 From: cui fliter Date: Tue, 1 Aug 2023 18:24:42 +0800 Subject: [PATCH] fix struct name in comment (#12624) Signed-off-by: cui fliter --- tsdb/head.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/head.go b/tsdb/head.go index e18bd55a5c..4435855e28 100644 --- a/tsdb/head.go +++ b/tsdb/head.go @@ -2161,7 +2161,7 @@ func overlapsClosedInterval(mint1, maxt1, mint2, maxt2 int64) bool { return mint1 <= maxt2 && mint2 <= maxt1 } -// mappedChunks describes a head chunk on disk that has been mmapped +// mmappedChunk describes a head chunk on disk that has been mmapped type mmappedChunk struct { ref chunks.ChunkDiskMapperRef numSamples uint16