From 21f0d58597c59e2a7c24003029adf8fe2d6741b8 Mon Sep 17 00:00:00 2001 From: 0kmg <9137159+0kmg@users.noreply.github.com> Date: Mon, 21 Mar 2022 23:31:18 -0800 Subject: docs: Fixed a copy/paste typo in the Technical Specifications. (#9452) --- docs/source/techspecs/memory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3