diff options
author | Masanari Iida <standby24x7@gmail.com> | 2019-12-27 01:21:38 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-12-30 11:57:18 -0700 |
commit | 7c737c64b0ff08c7427007c239922df7aef2748e (patch) | |
tree | f6502d585798a8ba67fb740d5ee1a7f09723b31e | |
parent | c1ccff45e54eb54fa4e437da197e6738b002f22d (diff) | |
download | linux-7c737c64b0ff08c7427007c239922df7aef2748e.tar.gz linux-7c737c64b0ff08c7427007c239922df7aef2748e.tar.bz2 linux-7c737c64b0ff08c7427007c239922df7aef2748e.zip |
Doc: x86: Fix a typo in mm.rst
Fix a spelling typo in mm.rst.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Link: https://lore.kernel.org/r/20191226162138.17601-1-standby24x7@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/x86/x86_64/mm.rst | 6 |
1 files 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 ==================================================== |