docs/mm: concepts.rst: remove unnecessary word
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Tue, 21 Jul 2020 11:22:51 +0000 (16:52 +0530)
committerJonathan Corbet <corbet@lwn.net>
Thu, 23 Jul 2020 20:02:58 +0000 (14:02 -0600)
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Link: https://lore.kernel.org/r/20200721112251.6100-1-unixbhaskar@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/mm/concepts.rst

index c2531b1..fa0974f 100644 (file)
@@ -35,7 +35,7 @@ physical memory (demand paging) and provides a mechanism for the
 protection and controlled sharing of data between processes.
 
 With virtual memory, each and every memory access uses a virtual
-address. When the CPU decodes the an instruction that reads (or
+address. When the CPU decodes an instruction that reads (or
 writes) from (or to) the system memory, it translates the `virtual`
 address encoded in that instruction to a `physical` address that the
 memory controller can understand.