Skip to content

Commit 0b65631

Browse files
donaldhJonathan Corbet
authored andcommitted
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>
1 parent 3ee2309 commit 0b65631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Documentation/admin-guide/mm

Documentation/admin-guide/mm/ksm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ content which can be replaced by a single write-protected page (which
2020
is automatically copied if a process later wants to update its
2121
content). The amount of pages that KSM daemon scans in a single pass
2222
and the time between the passes are configured using :ref:`sysfs
23-
intraface <ksm_sysfs>`
23+
interface <ksm_sysfs>`
2424

2525
KSM only merges anonymous (private) pages, never pagecache (file) pages.
2626
KSM's merged pages were originally locked into kernel memory, but can now

0 commit comments

Comments
 (0)