Fix comment

pull/7735/head
Jason Wilder 2016-12-19 14:17:49 -07:00
parent 326557e539
commit 2468347ffb
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func (e *entry) add(values []Value) error {
return nil // Nothing to do.
}
// Are any of the new values out of order or the wrong type?
// Are any of the new values the wrong type?
for _, v := range values {
if e.vtype != valueType(v) {
return tsdb.ErrFieldTypeConflict