aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-09-22 19:08:57 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-09-22 20:57:05 +0200
commit01aef5ed8b844fa548385492fb2b52940ebe6ca7 (patch)
tree9cc6249ee92ba8d312ded2ca6aa911263ab5c15a /src/tbf.h
parent5d2d2ec46667ebd2aab3f8b1122a46e65476afd0 (diff)
cosmetic: Fix typo in comment
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 99aba67a..936ff653 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -275,8 +275,8 @@ struct gprs_rlcmac_tbf {
enum gprs_rlcmac_tbf_direction direction;
struct gprs_rlcmac_trx *trx;
uint8_t first_ts; /* first TS used by TBF */
- uint8_t first_common_ts; /* first TS that the phone can send and
- reveive simultaniously */
+ uint8_t first_common_ts; /* first TS where the phone can send and
+ receive simultaniously */
uint8_t control_ts; /* timeslot control messages and polling */
struct gprs_rlcmac_pdch *pdch[8]; /* list of PDCHs allocated to TBF */