summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorWei Lin Chang <r09922117@csie.ntu.edu.tw>2020-10-15 14:22:42 +0800
committerJonathan Corbet <corbet@lwn.net>2020-10-21 15:14:36 -0600
commitd7a4c55b1376962a32708def0930ec5a72ba1578 (patch)
tree3d4a6dff23e72bb289bc71d36b93733ee6165c27 /Documentation
parentd16eb0edf91760cac4d8cb09d8b9ab162424f0df (diff)
Documentation: x86: fix a missing word in x86_64/mm.rst.
This patch adds a missing word in x86/x86_64/mm.rst, without which the note reads awkwardly. Signed-off-by: Wei Lin Chang <r09922117@csie.ntu.edu.tw> Link: https://lore.kernel.org/r/20201015062242.26296-1-r09922117@csie.ntu.edu.tw Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/x86/x86_64/mm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/x86_64/mm.rst b/Documentation/x86/x86_64/mm.rst
index e5053404a1ae..ede1875719fb 100644
--- a/Documentation/x86/x86_64/mm.rst
+++ b/Documentation/x86/x86_64/mm.rst
@@ -19,7 +19,7 @@ Complete virtual memory map with 4-level page tables
Note that as we get closer to the top of the address space, the notation changes
from TB to GB and then MB/KB.
- - "16M TB" might look weird at first sight, but it's an easier to visualize size
+ - "16M TB" might look weird at first sight, but it's an easier way to visualize size
notation than "16 EB", which few will recognize at first sight as 16 exabytes.
It also shows it nicely how incredibly large 64-bit address space is.