Fix typo in BlockIO struct comment
Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
parent
dca1dfdd92
commit
8a97e3774a
|
@ -104,7 +104,7 @@ type InterfacePriority struct {
|
|||
Priority int64 `json:"priority"`
|
||||
}
|
||||
|
||||
// BlockIO for Linux cgroup 'blockio' resource management
|
||||
// BlockIO for Linux cgroup 'blkio' resource management
|
||||
type BlockIO struct {
|
||||
// Specifies per cgroup weight, range is from 10 to 1000
|
||||
Weight int64 `json:"blkioWeight"`
|
||||
|
|
Loading…
Reference in New Issue