mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
fix struct name in comment (#12624)
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
33a67f664e
commit
f26dfc95e6
|
@ -2161,7 +2161,7 @@ func overlapsClosedInterval(mint1, maxt1, mint2, maxt2 int64) bool {
|
||||||
return mint1 <= maxt2 && mint2 <= maxt1
|
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 {
|
type mmappedChunk struct {
|
||||||
ref chunks.ChunkDiskMapperRef
|
ref chunks.ChunkDiskMapperRef
|
||||||
numSamples uint16
|
numSamples uint16
|
||||||
|
|
Loading…
Reference in a new issue