]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/cgroups/freezer-subsystem.txt
Merge remote-tracking branch 'userns/for-next'
[karo-tx-linux.git] / Documentation / cgroups / freezer-subsystem.txt
index c96a72cbb30a8522bc54aa4550830c2d95613bce..e831cb2b83943b0b8a9daa5dcea73bf042d66976 100644 (file)
@@ -50,7 +50,7 @@ being frozen. This allows the bash example above and gdb to run as
 expected.
 
 The cgroup freezer is hierarchical. Freezing a cgroup freezes all
-tasks beloning to the cgroup and all its descendant cgroups. Each
+tasks belonging to the cgroup and all its descendant cgroups. Each
 cgroup has its own state (self-state) and the state inherited from the
 parent (parent-state). Iff both states are THAWED, the cgroup is
 THAWED.