diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-07 11:04:13 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-13 09:45:04 -0600 |
commit | 18d97ed9b7f0deefd0ca0042ab7d6f18e38244f4 (patch) | |
tree | ba93f0806a2e07dbdc48d149bc98c400fb9ae216 /Documentation/vm | |
parent | a84b757e64b716fe7ed1b8e81f20e3343ea4e986 (diff) | |
download | linux-18d97ed9b7f0deefd0ca0042ab7d6f18e38244f4.tar.gz linux-18d97ed9b7f0deefd0ca0042ab7d6f18e38244f4.tar.bz2 linux-18d97ed9b7f0deefd0ca0042ab7d6f18e38244f4.zip |
Documentation: vm/memory-model: eliminate duplicated word
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>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/memory-model.rst | 2 |
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. |