diff --git a/libraries/base/diag/src/vhdl/diag_block_gen.vhd b/libraries/base/diag/src/vhdl/diag_block_gen.vhd
index deb30a866706a60abb1f03cd70dc964e4a2e9981..79f568ad307299388350f71e6f94e17311868b24 100644
--- a/libraries/base/diag/src/vhdl/diag_block_gen.vhd
+++ b/libraries/base/diag/src/vhdl/diag_block_gen.vhd
@@ -158,7 +158,7 @@ begin
         -- apply ctrl.enable immediately
         v.blk_en := ctrl.enable;
       else
-        -- keep blk_en and apply ctrl.enable at input sync pulse
+        -- keep blk_en and apply ctrl.enable (on or off) at input sync pulse
         if en_sync='1' then
           v.blk_en := ctrl.enable;
         end if;