2019-12-26 16:22:32

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] Doc: x86: Fix a typo in mm.rst

This patch fix a spelling typo in mm.rst.

Signed-off-by: Masanari Iida <[email protected]>
---
Documentation/x86/x86_64/mm.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/x86/x86_64/mm.rst b/Documentation/x86/x86_64/mm.rst
index 267fc4808945..e5053404a1ae 100644
--- a/Documentation/x86/x86_64/mm.rst
+++ b/Documentation/x86/x86_64/mm.rst
@@ -1,8 +1,8 @@
.. SPDX-License-Identifier: GPL-2.0

-================
-Memory Managment
-================
+=================
+Memory Management
+=================

Complete virtual memory map with 4-level page tables
====================================================
--
2.24.1.590.gb02fd2accad4


2019-12-30 18:58:06

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Doc: x86: Fix a typo in mm.rst

On Fri, 27 Dec 2019 01:21:38 +0900
Masanari Iida <[email protected]> wrote:

> This patch fix a spelling typo in mm.rst.
>
> Signed-off-by: Masanari Iida <[email protected]>
> ---
> Documentation/x86/x86_64/mm.rst | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/x86/x86_64/mm.rst b/Documentation/x86/x86_64/mm.rst
> index 267fc4808945..e5053404a1ae 100644
> --- a/Documentation/x86/x86_64/mm.rst
> +++ b/Documentation/x86/x86_64/mm.rst
> @@ -1,8 +1,8 @@
> .. SPDX-License-Identifier: GPL-2.0
>
> -================
> -Memory Managment
> -================
> +=================
> +Memory Management
> +=================

Applied, thanks.

jon