From ed7d2ddb155f3fd27d728a096f84a7b6ed074793 Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Sat, 14 Jul 2018 21:06:27 +0200 Subject: coding: Documentation typo fix. Change-Id: I6ca873b3decaf50e7b79b5ab2269919c862a4fe0 --- src/coding/gsm0503_coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coding') diff --git a/src/coding/gsm0503_coding.c b/src/coding/gsm0503_coding.c index 1d06adb5..2eb8cba2 100644 --- a/src/coding/gsm0503_coding.c +++ b/src/coding/gsm0503_coding.c @@ -927,7 +927,7 @@ static int egprs_decode_data(uint8_t *l2_data, const sbit_t *c, * \param[in] nbits number of bits in \a bursts * \param usf_p unused argument ?!? * \param[out] n_errors number of detected bit-errors - * \param[out] n_bits_total total number of dcoded bits + * \param[out] n_bits_total total number of decoded bits * \returns 0 on success; negative on error */ int gsm0503_pdtch_egprs_decode(uint8_t *l2_data, const sbit_t *bursts, uint16_t nbits, uint8_t *usf_p, int *n_errors, int *n_bits_total) -- cgit v1.2.3