From 3a530d2dbf5abe1b9f96456215aa733b726f526e Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Sun, 18 Oct 2015 13:50:59 +0000
Subject: [PATCH] Corrected comma.

---
 libraries/io/eth/src/vhdl/eth.vhd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/io/eth/src/vhdl/eth.vhd b/libraries/io/eth/src/vhdl/eth.vhd
index 1a9bcb1cab..2d89af1bae 100644
--- a/libraries/io/eth/src/vhdl/eth.vhd
+++ b/libraries/io/eth/src/vhdl/eth.vhd
@@ -402,7 +402,7 @@ BEGIN
   
   u_rx_buffer : ENTITY work.eth_buffer
   GENERIC MAP (
-    g_technology   => g_technology,
+    g_technology   => g_technology
   )
   PORT MAP (
     -- Clocks and reset
-- 
GitLab