aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups/memory.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-12-22 00:57:33 +0900
committerTejun Heo <tj@kernel.org>2013-12-31 07:33:38 -0500
commit8173d5a495b5f859d56d8581d0e2ce5c1fab9c33 (patch)
treeaebc0a49e43012e9e3dc6004b70ed395ef3b36ce /Documentation/cgroups/memory.txt
parentcgroup: fix fail path in cgroup_load_subsys() (diff)
downloadlinux-dev-8173d5a495b5f859d56d8581d0e2ce5c1fab9c33.tar.xz
linux-dev-8173d5a495b5f859d56d8581d0e2ce5c1fab9c33.zip
doc: cgroups: Fix typo in doc/cgroups
Correct spelling typo in memory.txt and resource_counter.txt Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/cgroups/memory.txt')
-rw-r--r--Documentation/cgroups/memory.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt
index e2bc132608fd..2622115276aa 100644
--- a/Documentation/cgroups/memory.txt
+++ b/Documentation/cgroups/memory.txt
@@ -577,7 +577,7 @@ Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable"
per-node page counts including "hierarchical_<counter>" which sums up all
hierarchical children's values in addition to the memcg's own value.
-The ouput format of memory.numa_stat is:
+The output format of memory.numa_stat is:
total=<total pages> N0=<node 0 pages> N1=<node 1 pages> ...
file=<total file pages> N0=<node 0 pages> N1=<node 1 pages> ...
@@ -670,7 +670,7 @@ page tables.
8.1 Interface
-This feature is disabled by default. It can be enabledi (and disabled again) by
+This feature is disabled by default. It can be enabled (and disabled again) by
writing to memory.move_charge_at_immigrate of the destination cgroup.
If you want to enable it: