]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation/mm/hwpoison.rst: fix typos and grammar.
authorAriful Islam Shoikot <islamarifulshoikat@gmail.com>
Tue, 17 Mar 2026 12:06:13 +0000 (18:06 +0600)
committerJonathan Corbet <corbet@lwn.net>
Tue, 17 Mar 2026 14:35:27 +0000 (08:35 -0600)
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>

Documentation/mm/hwpoison.rst

index 483b72aa7c117dd80fb8dd2742a5353c3fb54feb..71b4b45c350555be89fcb60afe76d024809b39ea 100644 (file)
@@ -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 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.