summaryrefslogtreecommitdiff
path: root/Documentation/vm
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2021-01-12 16:19:36 +0300
committerJonathan Corbet <corbet@lwn.net>2021-01-18 23:27:18 +0300
commit96c0f7c0b9ac00fff928b9e81d134639a4e4ba56 (patch)
tree436b241fa45e33d93313d4758782fe974e2200cb /Documentation/vm
parent1a63f9cce7b7872567f9a40708689e263d948b21 (diff)
downloadlinux-96c0f7c0b9ac00fff928b9e81d134639a4e4ba56.tar.xz
Documentation: fix typos in split page table lock description
Signed-off-by: Rolf Eike Beer <eb@emlix.com> Link: https://lore.kernel.org/r/2338863.uUFqZTUbry@devpool47 Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm')
-rw-r--r--Documentation/vm/split_page_table_lock.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/split_page_table_lock.rst b/Documentation/vm/split_page_table_lock.rst
index ff51f4a5494d..c08919662704 100644
--- a/Documentation/vm/split_page_table_lock.rst
+++ b/Documentation/vm/split_page_table_lock.rst
@@ -32,7 +32,7 @@ There are helpers to lock/unlock a table and other accessor functions:
Split page table lock for PTE tables is enabled compile-time if
CONFIG_SPLIT_PTLOCK_CPUS (usually 4) is less or equal to NR_CPUS.
-If split lock is disabled, all tables guaded by mm->page_table_lock.
+If split lock is disabled, all tables are guarded by mm->page_table_lock.
Split page table lock for PMD tables is enabled, if it's enabled for PTE
tables and the architecture supports it (see below).