Skip to content

Commit 8a97e37

Browse files
committed
Fix typo in BlockIO struct comment
Signed-off-by: Antonio Murdaca <[email protected]>
1 parent dca1dfd commit 8a97e37

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)