Fix typo in BlockIO struct comment

Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
Antonio Murdaca 2015-09-16 13:00:56 +02:00
parent dca1dfdd92
commit 8a97e3774a
1 changed files with 1 additions and 1 deletions

View File

@ -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"`