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 Kirill Zakharenko
parent a985c16ad7
commit 731b6e1ae3
1 changed files with 1 additions and 1 deletions

View File

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