From b5a32ef47bc1a0f81cb883c41c84eed30fd3b14c Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Tue, 1 Nov 2022 09:36:51 +0100 Subject: [PATCH] Correct typo in comment. --- libraries/base/diag/src/vhdl/diag_block_gen.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/diag/src/vhdl/diag_block_gen.vhd b/libraries/base/diag/src/vhdl/diag_block_gen.vhd index 7d598407f8..7e48ee30e5 100644 --- a/libraries/base/diag/src/vhdl/diag_block_gen.vhd +++ b/libraries/base/diag/src/vhdl/diag_block_gen.vhd @@ -34,7 +34,7 @@ -- mem_high_adrs : slv -- end address at MM interface -- bsn_init : slv -- BSN of first output block -- --- The samples_per_packet >= 2, because the in the p-comb state machine the +-- The samples_per_packet >= 2, because the in the p_comb state machine the -- eop cannot occur at the sop. -- -- The MM reading starts at mem_low_adrs when the BG is first enabled. If -- GitLab