aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/abis_rsl.c
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2019-11-13 22:10:41 +0100
committerMartin Hauke <mardnh@gmx.de>2019-11-13 22:10:41 +0100
commita29affda9871f5d7212d19a6fa50544c2108ae49 (patch)
treecb787a2ab132f4af1952c6422464b7b0b545d991 /src/osmo-bsc/abis_rsl.c
parent41eafec3f6ced5a389180629456d80d0a325d97c (diff)
Fix some typos
Fix typos and common misspellings in code comments and in the manual. Change-Id: I46fc9d424620c77ae9ccf78b58081bd303386d7c
Diffstat (limited to 'src/osmo-bsc/abis_rsl.c')
-rw-r--r--src/osmo-bsc/abis_rsl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c
index d4917f295..8df0e81a6 100644
--- a/src/osmo-bsc/abis_rsl.c
+++ b/src/osmo-bsc/abis_rsl.c
@@ -1391,7 +1391,7 @@ static int rsl_rx_chan_rqd(struct msgb *msg)
/* check availability / allocate channel
*
* - First try to allocate SDCCH.
- * - If SDCCH is not available, try a TCH/H (less bandwith).
+ * - If SDCCH is not available, try a TCH/H (less bandwidth).
* - If there is still no channel available, try a TCH/F.
*
*/
@@ -1438,7 +1438,7 @@ int rsl_tx_imm_assignment(struct gsm_lchan *lchan)
uint8_t buf[GSM_MACBLOCK_LEN];
struct gsm48_imm_ass *ia = (struct gsm48_imm_ass *) buf;
- /* create IMMEDIATE ASSIGN 04.08 messge */
+ /* create IMMEDIATE ASSIGN 04.08 message */
memset(ia, 0, sizeof(*ia));
/* we set ia->l2_plen once we know the length of the MA below */
ia->proto_discr = GSM48_PDISC_RR;