aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2018-07-14 21:06:27 +0200
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2018-07-14 21:12:47 +0200
commited7d2ddb155f3fd27d728a096f84a7b6ed074793 (patch)
tree765677af938fe581f01a49e1e5b0089cb2b1f0db /src
parent147051f1a1e47e7b0391c2cdc7033b840cebdca6 (diff)
coding: Documentation typo fix.
Diffstat (limited to 'src')
-rw-r--r--src/coding/gsm0503_coding.c2
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)