summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriful Islam Shoikot <islamarifulshoikat@gmail.com>2026-03-17 15:06:13 +0300
committerJonathan Corbet <corbet@lwn.net>2026-03-17 17:35:27 +0300
commit5e6df46dffb32342c4be6deb6f897363f207bf05 (patch)
treec660e8bee5ecc757dddffc3771078ec413bd5da1
parent73f175a46330c57ab5797287233cbf83a36b6a99 (diff)
downloadlinux-5e6df46dffb32342c4be6deb6f897363f207bf05.tar.xz
Documentation/mm/hwpoison.rst: fix typos and grammar.
Signed-off-by: Ariful Islam Shoikot <islamarifulshoikat@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260317120614.51046-1-islamarifulshoikat@gmail.com>
-rw-r--r--Documentation/mm/hwpoison.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mm/hwpoison.rst b/Documentation/mm/hwpoison.rst
index 483b72aa7c11..71b4b45c3505 100644
--- a/Documentation/mm/hwpoison.rst
+++ b/Documentation/mm/hwpoison.rst
@@ -38,7 +38,7 @@ To quote the overview comment::
for the mapping from a vma to a process. Since this case is expected
to be rare we hope we can get away with this.
-The code consists of a the high level handler in mm/memory-failure.c,
+The code consists of the high level handler in mm/memory-failure.c,
a new page poison bit and various checks in the VM to handle poisoned
pages.