chan_alloc: Fix typo in a comment.

Change-Id: Iaed3fcd99ec8c08faa75e23af5b50a1d0e0905eb
This commit is contained in:
Alexander Chemeris 2020-06-06 00:40:56 +03:00 committed by laforge
parent ca3b18c4c7
commit 29993a9138
1 changed files with 1 additions and 1 deletions

View File

@ -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;