diff options
author | Xiongwei Song <xiongwei.song@windriver.com> | 2023-07-21 07:49:38 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2023-07-21 20:11:41 +0200 |
commit | ab8aebdc9f7b9e2768c8a5776d028f4a10d05c4b (patch) | |
tree | 50f9f0ed9aa82425d97907d3c5a5440fb2f34468 /Documentation/admin-guide | |
parent | docs: cgroup-v1: correct the term of Page Cache organization in inode (diff) | |
download | linux-ab8aebdc9f7b9e2768c8a5776d028f4a10d05c4b.tar.xz linux-ab8aebdc9f7b9e2768c8a5776d028f4a10d05c4b.zip |
docs: cgroup-v1: fix typo
"listers" -> "listeners"
Signed-off-by: Xiongwei Song <xiongwei.song@windriver.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/cgroup-v1/memory.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cgroup-v1/memory.rst b/Documentation/admin-guide/cgroup-v1/memory.rst index b49bae598a38..304b8aae03c9 100644 --- a/Documentation/admin-guide/cgroup-v1/memory.rst +++ b/Documentation/admin-guide/cgroup-v1/memory.rst @@ -909,7 +909,7 @@ experiences some pressure. In this situation, only group C will receive the notification, i.e. groups A and B will not receive it. This is done to avoid excessive "broadcasting" of messages, which disturbs the system and which is especially bad if we are low on memory or thrashing. Group B, will receive -notification only if there are no event listers for group C. +notification only if there are no event listeners for group C. There are three optional modes that specify different propagation behavior: |