Fix comment typo

This commit is contained in:
Vaibhav Bhembre 2016-01-25 17:21:49 +00:00
parent 72717ca202
commit 93d8bee846
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ type ClusterUsageCollector struct {
// GlobalCapacity displays the total storage capacity of the cluster. This
// information is based on the actual no. of objects that are allocated. It
// does not take overcommittment into consideration.
// does not take overcommitment into consideration.
GlobalCapacity prometheus.Gauge
// UsedCapacity shows the storage under use.