diff options
author | 2023-09-30 22:39:06 -0400 | |
---|---|---|
committer | 2023-10-01 13:39:06 +1100 | |
commit | 4ab590e2a9bdf1ce1a0032883b356c7aa5f653ea (patch) | |
tree | eb7a07a8b6b1373aefbab22a7d259256ef429cf4 /docs/source/techspecs/device_memory_interface.rst | |
parent | 09be4295de290438421fa81e4382d0b5ebdac211 (diff) |
docs: Fixed a number of grammatical errors and editing errors. (#11578)
Diffstat (limited to 'docs/source/techspecs/device_memory_interface.rst')
-rw-r--r-- | docs/source/techspecs/device_memory_interface.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/techspecs/device_memory_interface.rst b/docs/source/techspecs/device_memory_interface.rst index 6056cce81de..1f8e2b1c37b 100644 --- a/docs/source/techspecs/device_memory_interface.rst +++ b/docs/source/techspecs/device_memory_interface.rst @@ -68,7 +68,7 @@ describing its configuration. Some examples to look up when needed: The ``has_configured_map`` method allows to test whether an ``address_map`` has been associated with a given space in the -``memory_space_config`` method . That allows optional memory spaces to +``memory_space_config`` method. That allows optional memory spaces to be implemented, such as ``AS_OPCODES`` in certain CPU cores. |