aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-07-07 11:04:13 -0700
committerJonathan Corbet <[email protected]>2020-07-13 09:45:04 -0600
commit18d97ed9b7f0deefd0ca0042ab7d6f18e38244f4 (patch)
treeba93f0806a2e07dbdc48d149bc98c400fb9ae216
parenta84b757e64b716fe7ed1b8e81f20e3343ea4e986 (diff)
Documentation: vm/memory-model: eliminate duplicated word
Drop the doubled word "the". Signed-off-by: Randy Dunlap <[email protected]> Reviewed-by: Mike Rapoport <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Cc: Andrew Morton <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/vm/memory-model.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/memory-model.rst b/Documentation/vm/memory-model.rst
index 91228044ed16..cc65bc85d260 100644
--- a/Documentation/vm/memory-model.rst
+++ b/Documentation/vm/memory-model.rst
@@ -159,7 +159,7 @@ frame. Inside a section, the PFN is the index to the array of pages.
The sparse vmemmap uses a virtually mapped memory map to optimize
pfn_to_page and page_to_pfn operations. There is a global `struct
page *vmemmap` pointer that points to a virtually contiguous array of
-`struct page` objects. A PFN is an index to that array and the the
+`struct page` objects. A PFN is an index to that array and the
offset of the `struct page` from `vmemmap` is the PFN of that
page.