Explorar o código

opts/weightdevice: fix typo

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Ma Shimiao %!s(int64=9) %!d(string=hai) anos
pai
achega
8d4c0ba274
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      opts/weightdevice.go

+ 1 - 1
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 {