From 4e6706f2875b63a120b2f27df7d0678eb5f0d9df Mon Sep 17 00:00:00 2001
From: David Brouwer <dbrouwer@astron.nl>
Date: Tue, 7 Nov 2023 14:20:06 +0100
Subject: [PATCH] Fix missing 't' character in entity

---
 libraries/technology/memory/tech_memory_ram_rw_rw.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/technology/memory/tech_memory_ram_rw_rw.vhd b/libraries/technology/memory/tech_memory_ram_rw_rw.vhd
index 1bd1363a59..6b692b5e07 100644
--- a/libraries/technology/memory/tech_memory_ram_rw_rw.vhd
+++ b/libraries/technology/memory/tech_memory_ram_rw_rw.vhd
@@ -28,7 +28,7 @@
 --   more details please refer the README.txt in the ip_agi027_xxxx/ram/ folder.
 -- Reference:
 --   Copied from tech_memory_ram_crw_crw.vhd and combined two enable entity
---   ports to one and two clock enity ports to one. These changes have been
+--   ports to one and two clock entity ports to one. These changes have been
 --   incorporated into the existing generate-blocks and the generate-block
 --   for agi_xxxx is added.
 
-- 
GitLab