提交 72dd055c 编写于 作者: F Fabian Reinartz 提交者: GitHub

Merge pull request #46 from mattbostock/patch-1

db: Fix typo: reference
......@@ -518,7 +518,7 @@ func (a *dbAppender) Add(lset labels.Labels, t int64, v float64) (uint64, error)
return 0, err
}
a.samples++
// Store last byte of sequence number in 3rd byte of refernece.
// Store last byte of sequence number in 3rd byte of reference.
return ref | (uint64(h.meta.Sequence^0xff) << 40), nil
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册