From 7655038184ae4afa5b1dd0ee7673c7339698e1ec Mon Sep 17 00:00:00 2001 From: nghialv Date: Thu, 8 Sep 2016 19:01:32 +0900 Subject: [PATCH] fix typo --- storage/local/varbit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/local/varbit.go b/storage/local/varbit.go index 0949e7756..cdc13936b 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). //