From 8a97e3774ac14828b054ec16ab9ea5c9a6f7276a Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 16 Sep 2015 13:00:56 +0200 Subject: [PATCH] Fix typo in BlockIO struct comment Signed-off-by: Antonio Murdaca --- runtime_config_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime_config_linux.go b/runtime_config_linux.go index 97b0d639..38e49923 100644 --- a/runtime_config_linux.go +++ b/runtime_config_linux.go @@ -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"`