diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-12-22 00:57:33 +0900 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-12-31 07:33:38 -0500 |
commit | 8173d5a495b5f859d56d8581d0e2ce5c1fab9c33 (patch) | |
tree | aebc0a49e43012e9e3dc6004b70ed395ef3b36ce /Documentation/cgroups/resource_counter.txt | |
parent | 10bf2f7e7db993273419ca9f51f5934e4cf71768 (diff) | |
download | linux-8173d5a495b5f859d56d8581d0e2ce5c1fab9c33.tar.bz2 |
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/resource_counter.txt')
-rw-r--r-- | Documentation/cgroups/resource_counter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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. (struct res_counter *rc, struct res_counter *top, unsinged long val) - Almost same as res_cunter_uncharge() but propagation of uncharge - stops when rc == top. This is useful when kill a res_coutner in + Almost same as res_counter_uncharge() but propagation of uncharge + stops when rc == top. This is useful when kill a res_counter in child cgroup. 2.1 Other accounting routines |