summaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups/blkio-controller.txt
diff options
context:
space:
mode:
authorYuan Sun2015-09-22 11:00:06 +0200
committerJonathan Corbet2015-09-24 23:53:28 +0200
commit55d015954140cd32e463ca1673527f023409ba90 (patch)
tree51bf61e0c16a0a1d57288c575e0bbab6a5944d39 /Documentation/cgroups/blkio-controller.txt
parentDocumentation: Update kselftest.txt (diff)
downloadkernel-qcow2-linux-55d015954140cd32e463ca1673527f023409ba90.tar.gz
kernel-qcow2-linux-55d015954140cd32e463ca1673527f023409ba90.tar.xz
kernel-qcow2-linux-55d015954140cd32e463ca1673527f023409ba90.zip
Documentation: cgroups: just fix a few typos
Just fix some typos in blkio-controller.txt, freezer-subsystem.txt, unified-hierarchy.txt. Signed-off-by: Yuan Sun <sunyuan3@huawei.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/cgroups/blkio-controller.txt')
-rw-r--r--Documentation/cgroups/blkio-controller.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cgroups/blkio-controller.txt b/Documentation/cgroups/blkio-controller.txt
index 12686bec37b9..52fa9f353342 100644
--- a/Documentation/cgroups/blkio-controller.txt
+++ b/Documentation/cgroups/blkio-controller.txt
@@ -59,7 +59,7 @@ cgroups. Here is what you can do.
- At macro level, first dd should finish first. To get more precise data, keep
on looking at (with the help of script), at blkio.disk_time and
blkio.disk_sectors files of both test1 and test2 groups. This will tell how
- much disk time (in milli seconds), each group got and how many secotors each
+ much disk time (in milliseconds), each group got and how many sectors each
group dispatched to the disk. We provide fairness in terms of disk time, so
ideally io.disk_time of cgroups should be in proportion to the weight.