diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2020-07-21 13:22:51 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-23 22:02:58 +0200 |
commit | cb66eb11da6500f8a0fb37260be0e714b5093496 (patch) | |
tree | f8c36875a5fddabe35454f0e477cac6ef3656a81 /Documentation/admin-guide | |
parent | docs: Move kprobes.rst from staging/ to trace/ (diff) | |
download | linux-cb66eb11da6500f8a0fb37260be0e714b5093496.tar.xz linux-cb66eb11da6500f8a0fb37260be0e714b5093496.zip |
docs/mm: concepts.rst: remove unnecessary word
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>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/mm/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/mm/concepts.rst b/Documentation/admin-guide/mm/concepts.rst index c2531b14bf46..fa0974fbeae7 100644 --- a/Documentation/admin-guide/mm/concepts.rst +++ b/Documentation/admin-guide/mm/concepts.rst @@ -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. |