diff options
author | Soham Metha <sohammetha01@gmail.com> | 2025-08-13 02:19:46 +0530 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2025-08-12 10:52:28 -1000 |
commit | 6563623e604e3e235b2cee71190a4972be8f986b (patch) | |
tree | a50e6c7a722f7300d082e9e30b0db573b39d568f | |
parent | eea51c6e3f6675b795f6439eaa960eb2948d6905 (diff) |
docs: cgroup: fixed spelling mistakes in documentation
found/fixed the following typo
- Availablity -> Availability
in `Documentation/admin-guide/cgroup-v2.rst`
Signed-off-by: Soham Metha <sohammetha01@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r-- | Documentation/admin-guide/cgroup-v2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst index d9d3cc7df348..51c0bc4c2dc5 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -435,8 +435,8 @@ both cgroups. Controlling Controllers ----------------------- -Availablity -~~~~~~~~~~~ +Availability +~~~~~~~~~~~~ A controller is available in a cgroup when it is supported by the kernel (i.e., compiled in, not disabled and not attached to a v1 hierarchy) and listed in the |