diff options
author | 2022-03-21 23:31:18 -0800 | |
---|---|---|
committer | 2022-03-22 18:31:18 +1100 | |
commit | 21f0d58597c59e2a7c24003029adf8fe2d6741b8 (patch) | |
tree | bd02fab8e81d1623b4cd940f0322007c457d70c3 /docs/source/techspecs | |
parent | 54442a7a5b4b69ea667a5ce1051d454bb5d22f43 (diff) |
docs: Fixed a copy/paste typo in the Technical Specifications. (#9452)
Diffstat (limited to 'docs/source/techspecs')
-rw-r--r-- | docs/source/techspecs/memory.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/techspecs/memory.rst b/docs/source/techspecs/memory.rst index 4a2c427fa7c..260e39e566e 100644 --- a/docs/source/techspecs/memory.rst +++ b/docs/source/techspecs/memory.rst @@ -180,7 +180,7 @@ retrieved by building one of these four finders. [device constructor] m_bank(*this, "name"), -A memory share can be created if it doesn’t exist in a memory map +A memory bank can be created if it doesn’t exist in a memory map through that creator class. If it already exists it is just retrieved. |