From 1f423647339edbab4d9d44e9c7f35337e7026083 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Tue, 19 Mar 2013 14:25:38 +0100 Subject: [PATCH] Fix typo in comment. --- storage/metric/tiered.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/metric/tiered.go b/storage/metric/tiered.go index 7262bf6f4..a97cd62dc 100644 --- a/storage/metric/tiered.go +++ b/storage/metric/tiered.go @@ -416,7 +416,7 @@ func (t *tieredStorage) renderView(viewJob viewJob) { // Sort ops by start time again, since they might be slightly off now. // For example, consider a current chunk of values and two interval ops - // with different interval lengthsr. Their states after the cycle above + // with different interval lengths. Their states after the cycle above // could be: // // (C = current op time)