Fix minor typo in comment

[ci skip]
pull/4034/head
Philip O'Toole 2015-09-07 22:04:37 -07:00
parent 45590f2c21
commit 6345ba83f3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ var expvarMu sync.Mutex
// NewStatistics returns an expvar-based map with the given key. Within that map
// is another map. Within there "name" is the Measurement name, "tags" are the tags,
// and values are placed at the key "values.
// and values are placed at the key "values".
func NewStatistics(key, name string, tags map[string]string) *expvar.Map {
expvarMu.Lock()
defer expvarMu.Unlock()