aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/scheduler_trx.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-02-25 18:51:15 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-02-25 18:51:15 +0100
commit6ea3b2832130815808c530491aaa0f06219a02ae (patch)
treeb3f894266c627d0ef1b7da0ee66669482846836b /src/osmo-bts-trx/scheduler_trx.c
parenteba074e081507fbf11dc1ea916a4e67afacd461a (diff)
cosmetic: Fix some typos with codespell
Diffstat (limited to 'src/osmo-bts-trx/scheduler_trx.c')
-rw-r--r--src/osmo-bts-trx/scheduler_trx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index 5abb73b0..d703f7f1 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -956,7 +956,7 @@ int rx_data_fn(struct l1sched_trx *l1t, enum trx_chan_type chan,
}
/* Copy burst to buffer of 4 bursts. If the burst indication contains
- * no data, ensure that the buffer does not stay uninitalized */
+ * no data, ensure that the buffer does not stay uninitialized */
burst = *bursts_p + bid * 116;
if (bi->burst_len > 0) {
memcpy(burst, bi->burst + 3, 58);