Harald Welte has submitted this change and it was merged. (
https://gerrit.osmocom.org/9995 )
Change subject: coding: Documentation typo fix.
......................................................................
coding: Documentation typo fix.
Change-Id: I6ca873b3decaf50e7b79b5ab2269919c862a4fe0
---
M src/coding/gsm0503_coding.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
Vadim Yanitskiy: Looks good to me, but someone else must approve
Harald Welte: Looks good to me, approved
diff --git a/src/coding/gsm0503_coding.c b/src/coding/gsm0503_coding.c
index 1d06adb..2eb8cba 100644
--- a/src/coding/gsm0503_coding.c
+++ b/src/coding/gsm0503_coding.c
@@ -927,7 +927,7 @@
* \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)
--
To view, visit https://gerrit.osmocom.org/9995
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6ca873b3decaf50e7b79b5ab2269919c862a4fe0
Gerrit-Change-Number: 9995
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Chemeris <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>