diff options
| author | Petr Vaněk <arkamar@atlas.cz> | 2026-04-25 11:03:54 +0300 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-04-27 20:55:40 +0300 |
| commit | 981cd338614c96070cf9854679014fd027c1fb1d (patch) | |
| tree | d6a6e3633d42e4ec3b61e1ed48cee16851f5fd26 /Documentation | |
| parent | 13e786b64bd3fd81c7eb22aa32bf8305c32f2ccf (diff) | |
| download | linux-981cd338614c96070cf9854679014fd027c1fb1d.tar.xz | |
docs: cgroup: fix typo 'protetion' -> 'protection'
Fix a small typo in the description of the memory_hugetlb_accounting
mount option.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/admin-guide/cgroup-v2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst index 8ad0b2781317..6efd0095ed99 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -220,7 +220,7 @@ cgroup v2 currently supports the following mount options. memory_hugetlb_accounting Count HugeTLB memory usage towards the cgroup's overall memory usage for the memory controller (for the purpose of - statistics reporting and memory protetion). This is a new + statistics reporting and memory protection). This is a new behavior that could regress existing setups, so it must be explicitly opted in with this mount option. |
