Skip to content

Commit cb66eb1

Browse files
unixbhaskarJonathan Corbet
authored andcommitted
docs/mm: concepts.rst: remove unnecessary word
Signed-off-by: Bhaskar Chowdhury <[email protected]> Acked-by: Mike Rapoport <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 2165b82 commit cb66eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/admin-guide/mm/concepts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ physical memory (demand paging) and provides a mechanism for the
3535
protection and controlled sharing of data between processes.
3636

3737
With virtual memory, each and every memory access uses a virtual
38-
address. When the CPU decodes the an instruction that reads (or
38+
address. When the CPU decodes an instruction that reads (or
3939
writes) from (or to) the system memory, it translates the `virtual`
4040
address encoded in that instruction to a `physical` address that the
4141
memory controller can understand.

0 commit comments

Comments
 (0)