From 2f2114f37726ca158e4272b88f9946ceeddcf4f9 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Mon, 11 Jan 2021 17:56:29 +0100 Subject: [PATCH] Fix typo --- lib/include/srslte/phy/fec/block/block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/srslte/phy/fec/block/block.h b/lib/include/srslte/phy/fec/block/block.h index 640acc5f3..8221f73d0 100644 --- a/lib/include/srslte/phy/fec/block/block.h +++ b/lib/include/srslte/phy/fec/block/block.h @@ -31,7 +31,7 @@ * @brief Encodes unpacked data using Reed–Muller code block channel coding. * * @remark Described by 3GPP 36.212 section 5.2.3.3 for 4G/LTE - * @remark Described by 3GPP 38.212 section 5.3.3.3 for 5G/LTE + * @remark Described by 3GPP 38.212 section 5.3.3.3 for 5G/NR * * @param[in] input provides unpacked bits to encode * @param[in] input_len number of bits to encode, the maximum number of bits is SRSLTE_FEC_BLOCK_MAX_NOF_BITS