From abf1d6e413e94ebde06c181c262d6dab2d2aad3e Mon Sep 17 00:00:00 2001 From: beorn7 Date: Fri, 10 Feb 2017 12:44:57 +0100 Subject: [PATCH] storage: Fix typo in doc comment --- storage/local/persistence.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/local/persistence.go b/storage/local/persistence.go index f3d840f76..efb65c4cb 100644 --- a/storage/local/persistence.go +++ b/storage/local/persistence.go @@ -962,7 +962,7 @@ func (p *persistence) dropAndPersistChunks( } // We've found the first chunk that should be kept. - // First check if the shrink ratio is good enough to perform the the + // First check if the shrink ratio is good enough to perform the // actual drop or leave it for next time if it is not worth the effort. fi, err := f.Stat() if err != nil {