From 35c223629bb71618d2c8ac82a0dc3baf67ad3a12 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Thu, 19 Nov 2015 13:01:58 +0800 Subject: [PATCH] opts/weightdevice: fix typo Signed-off-by: Ma Shimiao --- opts/weightdevice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opts/weightdevice.go b/opts/weightdevice.go index 2b0d6e38c9..4c6288f6af 100644 --- a/opts/weightdevice.go +++ b/opts/weightdevice.go @@ -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 {