diff --git a/libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd b/libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd
index 530ab7dff4e4ac3f1a841fbe065ac10db0d4fa01..e98c3788bee4c3d87847ef3327ede126fe6f0f6c 100644
--- a/libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd
+++ b/libraries/base/dp/src/vhdl/dp_block_gen_valid_arr.vhd
@@ -136,7 +136,7 @@
 -- . Using g_check_input_sync=True is similar to using a dp_sync_checker in
 --   front of this dp_block_gen_valid_arr. However the advantage of
 --   dp_sync_checker is that it provides monitoring and control via MM.
--- . If g_check_input_sync = True, te output sync is derived from snk_in.sync to 
+-- . If g_check_input_sync = True, the output sync is derived from snk_in.sync to 
 --   allow for a fractional amount of blocks per sync period.
 
 LIBRARY IEEE, common_lib;