Merge pull request #287 from caitong93/patch-1

Fix typo
This commit is contained in:
Björn Rabenstein 2017-03-22 14:40:44 +01:00 committed by GitHub
commit 738ed6c0b9
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ var errInconsistentCardinality = errors.New("inconsistent label cardinality")
// ValueType. This is a low-level building block used by the library to back the
// implementations of Counter, Gauge, and Untyped.
type value struct {
// valBits containst the bits of the represented float64 value. It has
// valBits contains the bits of the represented float64 value. It has
// to go first in the struct to guarantee alignment for atomic
// operations. http://golang.org/pkg/sync/atomic/#pkg-note-BUG
valBits uint64