laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/18701 )

Change subject: chan_alloc: Fix typo in a comment.
......................................................................

chan_alloc: Fix typo in a comment.

Change-Id: Iaed3fcd99ec8c08faa75e23af5b50a1d0e0905eb
---
M src/osmo-bsc/chan_alloc.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/osmo-bsc/chan_alloc.c b/src/osmo-bsc/chan_alloc.c
index 6829251..3569d4e 100644
--- a/src/osmo-bsc/chan_alloc.c
+++ b/src/osmo-bsc/chan_alloc.c
@@ -46,7 +46,7 @@
        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;


--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/18701
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Iaed3fcd99ec8c08faa75e23af5b50a1d0e0905eb
Gerrit-Change-Number: 18701
Gerrit-PatchSet: 2
Gerrit-Owner: ipse <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to