aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-06-12 19:21:40 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-06-13 13:31:10 +0200
commit9c46591682376d3f6b95882d328c0822bc3f83d2 (patch)
tree618bb664debce95c067cb90a64e6bddf0201163d
parent83ff58d9789a2b799505771666e6fc62818f7959 (diff)
cosmetic: tbf_dl_fsm: Fix a couple comment typos
-rw-r--r--src/tbf_dl_fsm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tbf_dl_fsm.c b/src/tbf_dl_fsm.c
index ce9bee3c..a9775072 100644
--- a/src/tbf_dl_fsm.c
+++ b/src/tbf_dl_fsm.c
@@ -160,13 +160,13 @@ static void st_assign(struct osmo_fsm_inst *fi, uint32_t event, void *data)
* have to wait for X2002 to trigger (meaning MS is already
* listening on PDCH) in order to move to FLOW state and start
* transmitting data to it. When X2002 triggers (see cb timer
- * end of the file) it will send TBF_EV_ASSIGN_READY_CCCH back
+ * end of the file) it will send TBF_EV_ASSIGN_READY_CCCH back
* to us here.
*/
if (!(ctx->state_flags & (1 << GPRS_RLCMAC_FLAG_CCCH))) {
/* This can happen if we initiated a CCCH DlAss from an
* older TBF object (same TLLI) towards BTS, and the DL-TBF
- * was recreated and is now trying to be assigned throguh
+ * was recreated and is now trying to be assigned through
* PACCH.
*/
LOGPTBFDL(ctx->dl_tbf, LOGL_INFO,