Fix typo in comment.

This commit is contained in:
Julius Volz 2013-03-19 14:25:38 +01:00 committed by Matt T. Proud
parent bf78d427be
commit 1f42364733

View file

@ -416,7 +416,7 @@ func (t *tieredStorage) renderView(viewJob viewJob) {
// Sort ops by start time again, since they might be slightly off now. // 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 // 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: // could be:
// //
// (C = current op time) // (C = current op time)