[PATCH] docs/vm: Fix typo in *harden*

Paul Menzel posted 1 patch 4 years, 5 months ago
Documentation/vm/page_table_check.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs/vm: Fix typo in *harden*
Posted by Paul Menzel 4 years, 5 months ago
Fixes: df4e817b7108 ("mm: page table check")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
 Documentation/vm/page_table_check.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/vm/page_table_check.rst b/Documentation/vm/page_table_check.rst
index 81f521ff7ea7..1a09472f10a3 100644
--- a/Documentation/vm/page_table_check.rst
+++ b/Documentation/vm/page_table_check.rst
@@ -9,7 +9,7 @@ Page Table Check
 Introduction
 ============
 
-Page table check allows to hardern the kernel by ensuring that some types of
+Page table check allows to harden the kernel by ensuring that some types of
 the memory corruptions are prevented.
 
 Page table check performs extra verifications at the time when new pages become
-- 
2.34.1

Re: [PATCH] docs/vm: Fix typo in *harden*
Posted by Jonathan Corbet 4 years, 5 months ago
Paul Menzel <pmenzel@molgen.mpg.de> writes:

> Fixes: df4e817b7108 ("mm: page table check")
> Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
> ---
>  Documentation/vm/page_table_check.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/vm/page_table_check.rst b/Documentation/vm/page_table_check.rst
> index 81f521ff7ea7..1a09472f10a3 100644
> --- a/Documentation/vm/page_table_check.rst
> +++ b/Documentation/vm/page_table_check.rst
> @@ -9,7 +9,7 @@ Page Table Check
>  Introduction
>  ============
>  
> -Page table check allows to hardern the kernel by ensuring that some types of
> +Page table check allows to harden the kernel by ensuring that some types of
>  the memory corruptions are prevented.

Applied, thanks.

jon