aboutsummaryrefslogtreecommitdiffstats
path: root/src/l1
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2016-03-08 14:42:54 +0100
committerSylvain Munaut <tnt@246tNt.com>2016-03-08 14:54:50 +0100
commit23d198e18d70661b90a908986947c0f5c992b45e (patch)
tree6a472abb963a8bb26348f2122a167559de534e0e /src/l1
parentab9a26c04a6365aae2112a463e077f02862c804d (diff)
l1/{bcch,ccch}: Minor doc fixes
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/l1')
-rw-r--r--src/l1/bcch.c2
-rw-r--r--src/l1/ccch.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/l1/bcch.c b/src/l1/bcch.c
index 07880cb..6e91e49 100644
--- a/src/l1/bcch.c
+++ b/src/l1/bcch.c
@@ -77,7 +77,7 @@ gmr1_bcch_encode(ubit_t *bits_e, const uint8_t *l2)
* \param[out] conv_rv Return of the convolutional decode (can be NULL)
* \return 0 if CRC check pass, any other value for fail.
*
- * L2 data is 24 byte long, and bits_e is a 424 hard bit array
+ * L2 data is 24 byte long, and bits_e is a 424 soft bit array
* unmapped from a burst.
*/
int
diff --git a/src/l1/ccch.c b/src/l1/ccch.c
index 64ec212..8887e8e 100644
--- a/src/l1/ccch.c
+++ b/src/l1/ccch.c
@@ -81,7 +81,7 @@ gmr1_ccch_encode(ubit_t *bits_e, const uint8_t *l2)
* \param[out] conv_rv Return of the convolutional decode (can be NULL)
* \return 0 if CRC check pass, any other value for fail.
*
- * L2 data is 24 byte long, and bits_e is a 432 hard bit array
+ * L2 data is 24 byte long, and bits_e is a 432 soft bit array
* unmapped from a burst.
*/
int