This commit is contained in:
Alexey Palazhchenko 2017-07-18 18:11:10 +03:00 committed by Brian Brazil
parent 695ec0b981
commit 76c9a0d931
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ import (
// - If ΔΔt is between [-65536,65535], store '110' followed by a 17 bit
// value. This will typically happen if a scrape is missed completely.
//
// - If ΔΔt is betwees [-4194304,4194303], store '111' followed by a 23 bit
// - If ΔΔt is between [-4194304,4194303], store '111' followed by a 23 bit
// value. This spans more than 1h, which is usually enough as we close a
// chunk anyway if it doesn't receive any sample in 1h.
//