From b378fccef11b41009f224ded1f42bdbf254eee6d Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Sun, 13 Oct 2019 19:09:39 +0200 Subject: Fix common misspellings and typos Change-Id: I403b9029f57fec3fdec2c1e2cbeac0f6eab53f24 --- src/common/scheduler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/scheduler.c') diff --git a/src/common/scheduler.c b/src/common/scheduler.c index 19fec324..3adfc498 100644 --- a/src/common/scheduler.c +++ b/src/common/scheduler.c @@ -896,7 +896,7 @@ static int rts_tch_common(struct l1sched_trx *l1t, uint8_t tn, uint32_t fn, rc = l1sap_up(l1t->trx, l1sap); } - /* dont send, if TCH is in signalling only mode */ + /* don't send, if TCH is in signalling only mode */ if (l1ts->chan_state[chan].rsl_cmode != RSL_CMOD_SPD_SIGN) { /* generate prim */ msg = l1sap_msgb_alloc(200); @@ -1266,7 +1266,7 @@ static int trx_sched_calc_frame_loss(struct l1sched_trx *l1t, * There are several TDMA frames between the last processed * frame and currently received one. Let's walk through this * path and count potentially lost frames, i.e. for which - * we didn't receive the corresponsing UL bursts. + * we didn't receive the corresponding UL bursts. * * Start counting from the last_fn + 1. */ -- cgit v1.2.3