Skip to content

Commit 7a05004

Browse files
author
Mrunal Patel
committed
Merge pull request #192 from runcom/fix-typo-runtime-config-linux
Fix typo in BlockIO struct comment
2 parents 6e45831 + 8a97e37 commit 7a05004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime_config_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ type InterfacePriority struct {
104104
Priority int64 `json:"priority"`
105105
}
106106

107-
// BlockIO for Linux cgroup 'blockio' resource management
107+
// BlockIO for Linux cgroup 'blkio' resource management
108108
type BlockIO struct {
109109
// Specifies per cgroup weight, range is from 10 to 1000
110110
Weight int64 `json:"blkioWeight"`

0 commit comments

Comments
 (0)