From 96baacf13fbeba90fd92034e86c289a06794f182 Mon Sep 17 00:00:00 2001 From: Zanting <zanting> Date: Fri, 5 Jun 2015 13:39:08 +0000 Subject: [PATCH] Fixed typo in description. --- libraries/base/diag/src/vhdl/mms_diag_rx_seq.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/diag/src/vhdl/mms_diag_rx_seq.vhd b/libraries/base/diag/src/vhdl/mms_diag_rx_seq.vhd index ac3694e67c..0dcf3a6c6e 100644 --- a/libraries/base/diag/src/vhdl/mms_diag_rx_seq.vhd +++ b/libraries/base/diag/src/vhdl/mms_diag_rx_seq.vhd @@ -63,7 +63,7 @@ -- res_val_n = '0' then at least two valid data have been received so the -- diag_rx_seq can detect whether the subsequent data is ok. When res_ok_n -- = '0' then indeed all data that has been received so far is correct. --- When res_ok_n = '0' then at least 1 data word was received with errors. +-- When res_ok_n = '1' then at least 1 data word was received with errors. -- Once res_ok_n goes high it remains high. -- -- . g_data_w and g_seq_dat_w -- GitLab