[PATCH] docs: cgroup: fix typo 'protetion' -> 'protection'

Petr Vaněk posted 1 patch 1 month, 3 weeks ago
Documentation/admin-guide/cgroup-v2.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: cgroup: fix typo 'protetion' -> 'protection'
Posted by Petr Vaněk 1 month, 3 weeks ago
Fix a small typo in the description of the memory_hugetlb_accounting
mount option.

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
---
 Documentation/admin-guide/cgroup-v2.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 
-- 
2.52.0

Re: [PATCH] docs: cgroup: fix typo 'protetion' -> 'protection'
Posted by Tejun Heo 1 month, 3 weeks ago
Hello,

Applied to cgroup/for-7.1-fixes.

Thanks.

--
tejun