Documentation: vm/memory-model: eliminate duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 7 Jul 2020 18:04:13 +0000 (11:04 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 13 Jul 2020 15:45:04 +0000 (09:45 -0600)
Drop the doubled word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Mike Rapoport <rppt@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org
Link: https://lore.kernel.org/r/20200707180414.10467-20-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/vm/memory-model.rst

index 91228044ed16177b32e91c34e80acc88c557ad88..cc65bc85d260f38c0ccd5bcffad65e149f706c1c 100644 (file)
@@ -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.