Skip to content

Commit 387c67a

Browse files
Simon HormanJonathan Corbet
authored andcommitted
docs: arm: tcm: Fix typo in description of TCM and MMU usage
Correct a typo in the description of interaction between the TCM and MMU. Found by inspection. Signed-off-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 9c73e1e commit 387c67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/arm/tcm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CPU so it is usually wise not to overlap any physical RAM with
3434
the TCM.
3535

3636
The TCM memory can then be remapped to another address again using
37-
the MMU, but notice that the TCM if often used in situations where
37+
the MMU, but notice that the TCM is often used in situations where
3838
the MMU is turned off. To avoid confusion the current Linux
3939
implementation will map the TCM 1 to 1 from physical to virtual
4040
memory in the location specified by the kernel. Currently Linux

0 commit comments

Comments
 (0)