aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-08-25 14:35:27 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-08-25 14:35:27 +0200
commitc4fe1f97b49f337957d26af5859f70f8403f194d (patch)
tree80a128a664324bb7285542b1da2fdec372736967
parentd06ec27856b10631674836d847735a44729631d3 (diff)
cosmetic: Fix typo in comment
-rw-r--r--src/gprs_rlcmac_sched.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp
index eb163a79..5427e52b 100644
--- a/src/gprs_rlcmac_sched.cpp
+++ b/src/gprs_rlcmac_sched.cpp
@@ -470,7 +470,7 @@ int gprs_rlcmac_rcv_rts_block(struct gprs_rlcmac_bts *bts,
pdch_ulc_reserve_tbf_usf(pdch->ulc, poll_fn, usf_tbf);
}
/* If MS selected for USF is GPRS-only, then it will only be
- * able to read USF if dl block uses GMSK * (CS1-4, MCS1-4) */
+ * able to read USF if dl block uses GMSK (CS1-4, MCS1-4) */
if (usf_tbf && req_mcs_kind == EGPRS && ms_mode(usf_tbf->ms()) != EGPRS)
req_mcs_kind = EGPRS_GMSK;