Merge pull request #192 from runcom/fix-typo-runtime-config-linux

Fix typo in BlockIO struct comment
This commit is contained in:
Mrunal Patel 2015-09-16 08:07:49 -07:00
commit 7a05004e60
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"`