aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-06-06 00:40:56 +0300
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-06-06 14:04:11 +0300
commit07873171e843a237f95d03c311c176460ab45134 (patch)
tree4120d93c99aadc37c8c4c58f903e489708075c52
parent71391b220fdf49501457159231d4269883b5bc99 (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 f23a982a1..8b6e28cb8 100644
--- a/src/osmo-bsc/chan_alloc.c
+++ b/src/osmo-bsc/chan_alloc.c
@@ -45,7 +45,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;