From 3fa260f1805ccdffeb85d9d905f0a40e43165ec5 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Sun, 28 Apr 2013 20:26:44 +0200 Subject: [PATCH] Complete sentence. --- storage/metric/processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/metric/processor.go b/storage/metric/processor.go index 5031c2292d..8cc1bc8a9e 100644 --- a/storage/metric/processor.go +++ b/storage/metric/processor.go @@ -45,7 +45,7 @@ type processor interface { } // compactionProcessor combines sparse values in the database together such -// that at least MinimumGroupSize is fulfilled from the +// that at least MinimumGroupSize-sized chunks are grouped together. type compactionProcessor struct { // MaximumMutationPoolBatch represents approximately the largest pending // batch of mutation operations for the database before pausing to