aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-06-06 00:40:56 +0300
committerlaforge <laforge@osmocom.org>2020-08-12 18:38:06 +0000
commit29993a913895ce966f3935b89bfc35455b3d37bd (patch)
treeb3be662f2d3f8d9c2b098783c0cd6584967511a2
parentca3b18c4c7a0bc75ff8c390432ea2d4893d30b15 (diff)
chan_alloc: Fix typo in a comment.
-rw-r--r--src/osmo-bsc/chan_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/chan_alloc.c b/src/osmo-bsc/chan_alloc.c
index 6829251e3..3569d4eaa 100644
--- a/src/osmo-bsc/chan_alloc.c
+++ b/src/osmo-bsc/chan_alloc.c
@@ -46,7 +46,7 @@ void bts_chan_load(struct pchan_load *cl, const struct gsm_bts *bts)
llist_for_each_entry(trx, &bts->trx_list, list) {
int i;
- /* skip administratively deactivated tranxsceivers */
+ /* skip administratively deactivated transceivers */
if (!trx_is_usable(trx))
continue;