Update comment

pull/2752/head
Paul Dix 2015-06-03 13:26:49 -04:00
parent 9c4da3002c
commit a7685767f8
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ func (db *DatabaseIndex) Measurements() Measurements {
return measurements
}
// dropMeasurement removes the measurement and all of its underlying series from the database index
// DropMeasurement removes the measurement and all of its underlying series from the database index
func (db *DatabaseIndex) DropMeasurement(name string) {
db.mu.Lock()
defer db.mu.Unlock()