Merge pull request #18083 from Mashimiao/opt-weightdevice-fix-typo

opts/weightdevice: fix typo
This commit is contained in:
Antonio Murdaca 2015-11-19 19:44:18 +01:00
commit 758fae5f6b

View file

@ -35,7 +35,7 @@ func (opt *WeightdeviceOpt) Set(val string) error {
return nil
}
// String returns Ulimit values as a string.
// String returns WeightdeviceOpt values as a string.
func (opt *WeightdeviceOpt) String() string {
var out []string
for _, v := range opt.values {