summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDonald Hunter <donald.hunter@gmail.com>2023-04-24 09:03:05 +0100
committerJonathan Corbet <corbet@lwn.net>2023-04-26 12:43:53 -0600
commit0b656310bfc33c5e044df9cf6013df8280ec69cc (patch)
treebe462fcc2403a0a6184fe36d96e2cad40bf2fa00 /Documentation
parent3ee23096add52c84aae23b8569a4d6fc8d47f2ac (diff)
downloadlinux-stable-0b656310bfc33c5e044df9cf6013df8280ec69cc.tar.gz
linux-stable-0b656310bfc33c5e044df9cf6013df8280ec69cc.tar.bz2
linux-stable-0b656310bfc33c5e044df9cf6013df8280ec69cc.zip
docs/admin-guide/mm/ksm.rst fix intraface -> interface typo
Fix typo from 'intraface' to 'interface' in admin guide for KSM. Signed-off-by: Donald Hunter <donald.hunter@gmail.com> Link: https://lore.kernel.org/r/20230424080305.2985-1-donald.hunter@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/admin-guide/mm/ksm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/mm/ksm.rst b/Documentation/admin-guide/mm/ksm.rst
index eed51a910c94..ca0c3a384f85 100644
--- a/Documentation/admin-guide/mm/ksm.rst
+++ b/Documentation/admin-guide/mm/ksm.rst
@@ -20,7 +20,7 @@ content which can be replaced by a single write-protected page (which
is automatically copied if a process later wants to update its
content). The amount of pages that KSM daemon scans in a single pass
and the time between the passes are configured using :ref:`sysfs
-intraface <ksm_sysfs>`
+interface <ksm_sysfs>`
KSM only merges anonymous (private) pages, never pagecache (file) pages.
KSM's merged pages were originally locked into kernel memory, but can now