From d096b7e7015894fb81c0e8c690df630f9045605a Mon Sep 17 00:00:00 2001 From: Adrien Cassagne Date: Wed, 2 Aug 2017 15:31:04 +0200 Subject: [PATCH] Fix wrong doc. --- src/Module/Decoder/Decoder_SIHO_HIHO.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Decoder/Decoder_SIHO_HIHO.hpp b/src/Module/Decoder/Decoder_SIHO_HIHO.hpp index ecec89b27..024ecc4cd 100644 --- a/src/Module/Decoder/Decoder_SIHO_HIHO.hpp +++ b/src/Module/Decoder/Decoder_SIHO_HIHO.hpp @@ -1,6 +1,6 @@ /*! * \file - * \brief A Decoder_SISO is both a "Soft Input Hard Output" decoder and a "Soft Input Soft Output" decoder. + * \brief A Decoder_SISO is both a "Soft Input Hard Output" decoder and a "Hard Input Hard Output" decoder. * * \section LICENSE * This file is under MIT license (https://opensource.org/licenses/MIT).