diff options
author | Greg Thelen <gthelen@google.com> | 2010-03-23 13:35:19 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-24 16:31:20 -0700 |
commit | 5ca9ea9a17a14c68611d3774d1e8a7ab6c7f4763 (patch) | |
tree | 3a51c245d77dd3b7693f14b86cf9c4c888a4f07b /Documentation | |
parent | 3a4df13d2420ae1998e5c7d26275f8714e84da30 (diff) | |
download | linux-3.10-5ca9ea9a17a14c68611d3774d1e8a7ab6c7f4763.tar.gz linux-3.10-5ca9ea9a17a14c68611d3774d1e8a7ab6c7f4763.tar.bz2 linux-3.10-5ca9ea9a17a14c68611d3774d1e8a7ab6c7f4763.zip |
memcg: fix typo in memcg documentation
Update memory.txt to be more consistent: s/swapiness/swappiness/
Signed-off-by: Greg Thelen <gthelen@google.com>
Acked-by: Balbir Singh <balbir@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/cgroups/memory.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt index f8bc802d70b..3a6aecd078b 100644 --- a/Documentation/cgroups/memory.txt +++ b/Documentation/cgroups/memory.txt @@ -340,7 +340,7 @@ Note: 5.3 swappiness Similar to /proc/sys/vm/swappiness, but affecting a hierarchy of groups only. - Following cgroups' swapiness can't be changed. + Following cgroups' swappiness can't be changed. - root cgroup (uses /proc/sys/vm/swappiness). - a cgroup which uses hierarchy and it has child cgroup. - a cgroup which uses hierarchy and not the root of hierarchy. |