Commit 5ca9ea9a17a14c68611d3774d1e8a7ab6c7f4763

Authored by Greg Thelen
Committed by Linus Torvalds
1 parent 3a4df13d24

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/cgroups/memory.txt
... ... @@ -340,7 +340,7 @@
340 340 5.3 swappiness
341 341 Similar to /proc/sys/vm/swappiness, but affecting a hierarchy of groups only.
342 342  
343   - Following cgroups' swapiness can't be changed.
  343 + Following cgroups' swappiness can't be changed.
344 344 - root cgroup (uses /proc/sys/vm/swappiness).
345 345 - a cgroup which uses hierarchy and it has child cgroup.
346 346 - a cgroup which uses hierarchy and not the root of hierarchy.