Commit 0b656310 authored by Donald Hunter's avatar Donald Hunter Committed by Jonathan Corbet
Browse files

docs/admin-guide/mm/ksm.rst fix intraface -> interface typo



Fix typo from 'intraface' to 'interface' in admin guide for KSM.

Signed-off-by: default avatarDonald Hunter <donald.hunter@gmail.com>
Link: https://lore.kernel.org/r/20230424080305.2985-1-donald.hunter@gmail.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 3ee23096
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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