We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2165b82 commit cb66eb1Copy full SHA for cb66eb1
Documentation/admin-guide/mm/concepts.rst
@@ -35,7 +35,7 @@ physical memory (demand paging) and provides a mechanism for the
35
protection and controlled sharing of data between processes.
36
37
With virtual memory, each and every memory access uses a virtual
38
-address. When the CPU decodes the an instruction that reads (or
+address. When the CPU decodes an instruction that reads (or
39
writes) from (or to) the system memory, it translates the `virtual`
40
address encoded in that instruction to a `physical` address that the
41
memory controller can understand.
0 commit comments