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 10c9e80a450b0c8214cd325c37962bf2e8116395..aa871c629723a01d43817d9176324c899437c53a 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