diff options
author | Alexander Chemeris <Alexander.Chemeris@gmail.com> | 2018-07-14 21:06:27 +0200 |
---|---|---|
committer | Alexander Chemeris <Alexander.Chemeris@gmail.com> | 2018-07-14 21:12:47 +0200 |
commit | ed7d2ddb155f3fd27d728a096f84a7b6ed074793 (patch) | |
tree | 765677af938fe581f01a49e1e5b0089cb2b1f0db /src/coding/gsm0503_coding.c | |
parent | 147051f1a1e47e7b0391c2cdc7033b840cebdca6 (diff) |
coding: Documentation typo fix.
Change-Id: I6ca873b3decaf50e7b79b5ab2269919c862a4fe0
Diffstat (limited to 'src/coding/gsm0503_coding.c')
-rw-r--r-- | src/coding/gsm0503_coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |