diff options
| author | Masanari Iida <standby24x7@gmail.com> | 2013-12-21 10:57:33 -0500 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2013-12-31 07:33:38 -0500 |
| commit | 8173d5a495b5f859d56d8581d0e2ce5c1fab9c33 (patch) | |
| tree | aebc0a49e43012e9e3dc6004b70ed395ef3b36ce | |
| parent | 10bf2f7e7db993273419ca9f51f5934e4cf71768 (diff) | |
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>
| -rw-r--r-- | Documentation/cgroups/memory.txt | 4 | ||||
| -rw-r--r-- | Documentation/cgroups/resource_counter.txt | 4 |
2 files changed, 4 insertions, 4 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" | |||
| 577 | per-node page counts including "hierarchical_<counter>" which sums up all | 577 | per-node page counts including "hierarchical_<counter>" which sums up all |
| 578 | hierarchical children's values in addition to the memcg's own value. | 578 | hierarchical children's values in addition to the memcg's own value. |
| 579 | 579 | ||
| 580 | The ouput format of memory.numa_stat is: | 580 | The output format of memory.numa_stat is: |
| 581 | 581 | ||
| 582 | total=<total pages> N0=<node 0 pages> N1=<node 1 pages> ... | 582 | total=<total pages> N0=<node 0 pages> N1=<node 1 pages> ... |
| 583 | file=<total file pages> N0=<node 0 pages> N1=<node 1 pages> ... | 583 | file=<total file pages> N0=<node 0 pages> N1=<node 1 pages> ... |
| @@ -670,7 +670,7 @@ page tables. | |||
| 670 | 670 | ||
| 671 | 8.1 Interface | 671 | 8.1 Interface |
| 672 | 672 | ||
| 673 | This feature is disabled by default. It can be enabledi (and disabled again) by | 673 | This feature is disabled by default. It can be enabled (and disabled again) by |
| 674 | writing to memory.move_charge_at_immigrate of the destination cgroup. | 674 | writing to memory.move_charge_at_immigrate of the destination cgroup. |
| 675 | 675 | ||
| 676 | If you want to enable it: | 676 | If you want to enable it: |
diff --git a/Documentation/cgroups/resource_counter.txt b/Documentation/cgroups/resource_counter.txt index c4d99ed0b418..52e1da16a309 100644 --- a/Documentation/cgroups/resource_counter.txt +++ b/Documentation/cgroups/resource_counter.txt | |||
| @@ -97,8 +97,8 @@ to work with it. | |||
| 97 | (struct res_counter *rc, struct res_counter *top, | 97 | (struct res_counter *rc, struct res_counter *top, |
| 98 | unsinged long val) | 98 | unsinged long val) |
| 99 | 99 | ||
| 100 | Almost same as res_cunter_uncharge() but propagation of uncharge | 100 | Almost same as res_counter_uncharge() but propagation of uncharge |
| 101 | stops when rc == top. This is useful when kill a res_coutner in | 101 | stops when rc == top. This is useful when kill a res_counter in |
| 102 | child cgroup. | 102 | child cgroup. |
| 103 | 103 | ||
| 104 | 2.1 Other accounting routines | 104 | 2.1 Other accounting routines |
