fixeria submitted this change.
bits: fix typo
Change-Id: I3d6c30ffffdfe981f50cb755104b033b62e6b0c0
---
M src/bits.c
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bits.c b/src/bits.c
index c1c3f90..3da7d9b 100644
--- a/src/bits.c
+++ b/src/bits.c
@@ -181,7 +181,7 @@
* \param[in] in input buffer of unpacked bits
* \param[in] in_ofs offset into input buffer
* \param[in] num_bits number of bits
- * \param[in] lsb_mode Encode bits in LSB orde instead of MSB
+ * \param[in] lsb_mode Encode bits in LSB order instead of MSB
* \returns length in bytes (max written offset of output buffer + 1)
*/
int osmo_ubit2pbit_ext(pbit_t *out, unsigned int out_ofs,
@@ -206,7 +206,7 @@
* \param[in] in input buffer of packed bits
* \param[in] in_ofs offset into input buffer
* \param[in] num_bits number of bits
- * \param[in] lsb_mode Encode bits in LSB orde instead of MSB
+ * \param[in] lsb_mode Encode bits in LSB order instead of MSB
* \returns length in bytes (max written offset of output buffer + 1)
*/
int osmo_pbit2ubit_ext(ubit_t *out, unsigned int out_ofs,
To view, visit change 29754. To unsubscribe, or for help writing mail filters, visit settings.