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

opts/weightdevice: fix typo
Upstream-commit: 758fae5f6b079b0125a657854e7e853d638dc569
Component: engine
This commit is contained in:
Antonio Murdaca
2015-11-19 19:44:18 +01:00
+1 -1
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 {