Skip to content

Commit

Permalink
Merge pull request prometheus#1960 from nghialv/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
beorn7 authored Sep 9, 2016
2 parents 1e26b96 + 7655038 commit 7e28b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/local/varbit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
//
Expand Down

0 comments on commit 7e28b45

Please sign in to comment.