From e2cd6c5f579e5529890edf281ad43caaa6073035 Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Wed, 6 Jan 2021 15:54:35 +0800 Subject: [PATCH] Fix golint issue caused by typo Signed-off-by: Guangwen Feng --- tsdb/chunks/head_chunks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/chunks/head_chunks.go b/tsdb/chunks/head_chunks.go index d82c12d33..051b9b1a8 100644 --- a/tsdb/chunks/head_chunks.go +++ b/tsdb/chunks/head_chunks.go @@ -70,7 +70,7 @@ const ( DefaultWriteBufferSize = 4 * 1024 * 1024 // 4 MiB. ) -// corruptionErr is an error that's returned when corruption is encountered. +// CorruptionErr is an error that's returned when corruption is encountered. type CorruptionErr struct { Dir string FileIndex int