projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d16eb0e
)
Documentation: x86: fix a missing word in x86_64/mm.rst.
author
Wei Lin Chang
<r09922117@csie.ntu.edu.tw>
Thu, 15 Oct 2020 06:22:42 +0000
(14:22 +0800)
committer
Jonathan Corbet
<corbet@lwn.net>
Wed, 21 Oct 2020 21:14:36 +0000
(15:14 -0600)
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>
Documentation/x86/x86_64/mm.rst
patch
|
blob
|
history
diff --git
a/Documentation/x86/x86_64/mm.rst
b/Documentation/x86/x86_64/mm.rst
index e5053404a1aefe591eebd2d2c4600d23c4bda773..ede1875719fbfe6d3986d92368ff32a9d9a8550f 100644
(file)
--- 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.