From 391a9a95ed582055e5a5ee66b96e58119ffd20f3 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Fri, 29 May 2015 14:53:29 +0000
Subject: [PATCH] -Changed comment.

---
 .../src/myhdl/myhdl_mms_diag_block_gen.py                     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/apertif/designs/apertif_unb1_fn_bf_emu/src/myhdl/myhdl_mms_diag_block_gen.py b/applications/apertif/designs/apertif_unb1_fn_bf_emu/src/myhdl/myhdl_mms_diag_block_gen.py
index 10c9e80a45..aa871c6297 100644
--- a/applications/apertif/designs/apertif_unb1_fn_bf_emu/src/myhdl/myhdl_mms_diag_block_gen.py
+++ b/applications/apertif/designs/apertif_unb1_fn_bf_emu/src/myhdl/myhdl_mms_diag_block_gen.py
@@ -72,8 +72,8 @@ def myhdl_mms_diag_block_gen(g_nof_streams, g_buf_dat_w, g_buf_addr_w, g_file_na
         # Nothing to do here.
         pass
 
-    # Important: explicitely say this output is driven, otherwise myHDL makes
-    # these all inputs.
+    # Important: explicitely say these outputs are driven, otherwise myHDL makes
+    # these inputs.
     out_sosi_arr.driven = "wire"
 
     return wrap
-- 
GitLab