From 05ab4906f242cedfef012117fd15bd196dfcaece Mon Sep 17 00:00:00 2001
From: David Brouwer <dbrouwer@astron.nl>
Date: Tue, 7 Nov 2023 17:11:04 +0100
Subject: [PATCH] Removed duplicate 'the' in the remark.

---
 libraries/base/common/src/vhdl/common_ram_cr_cw_ratio.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/common/src/vhdl/common_ram_cr_cw_ratio.vhd b/libraries/base/common/src/vhdl/common_ram_cr_cw_ratio.vhd
index 76c4300dd4..445e0306eb 100644
--- a/libraries/base/common/src/vhdl/common_ram_cr_cw_ratio.vhd
+++ b/libraries/base/common/src/vhdl/common_ram_cr_cw_ratio.vhd
@@ -25,7 +25,7 @@
 --   Use port a only for write in write clock domain
 --   Use port b only for read in read clock domain
 -- Remark:
---   Because the the Agilex 7 (agi027_xxxx) does not support the crwk_crw IP,
+--   Because the Agilex 7 (agi027_xxxx) does not support the crwk_crw IP,
 --   and unfortunately, the rwk_rw IP isn't supported either, the crk_cw IP
 --   has been created, resulting in modifications to this file.[1]
 -- Reference:
-- 
GitLab