diff --git a/storage/local/varbit.go b/storage/local/varbit.go index 0949e77564d..cdc13936b18 100644 --- a/storage/local/varbit.go +++ b/storage/local/varbit.go @@ -85,7 +85,7 @@ import ( // new chunk. // // From the 3rd timestamp on, a double-delta (ΔΔt) is saved: -// (t_{n} - t_{n-1}) - (t_{n-2} - t_{n-1}) +// (t_{n} - t_{n-1}) - (t_{n-1} - t_{n-2}) // To perform that operation, the last Δt is saved at the end of the chunk for // as long the chunk is not closed yet (see above). //