aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-06-04 18:26:00 +0700
committerHarald Welte <laforge@gnumonks.org>2017-06-15 14:40:21 +0000
commit0227e4d04caa62698a16894a2883bbac38dff6cc (patch)
treed6ef013d84d688f24d15cec01033036eae5f7faf /include
parent61d36212b15aca972443a169c6a893590c9709d0 (diff)
cosmetic: fix some typos
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/scheduler.h4
-rw-r--r--include/osmo-bts/scheduler_backend.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/osmo-bts/scheduler.h b/include/osmo-bts/scheduler.h
index 33a99bbe..9dbc9461 100644
--- a/include/osmo-bts/scheduler.h
+++ b/include/osmo-bts/scheduler.h
@@ -127,7 +127,7 @@ struct l1sched_ts {
uint8_t mf_period; /* period of multiframe */
const struct trx_sched_frame *mf_frames; /* pointer to frame layout */
- struct llist_head dl_prims; /* Queue primitves for TX */
+ struct llist_head dl_prims; /* Queue primitives for TX */
/* Channel states for all logical channels */
struct l1sched_chan_state chan_state[_TRX_CHAN_MAX];
@@ -160,7 +160,7 @@ int trx_sched_ph_data_req(struct l1sched_trx *l1t, struct osmo_phsap_prim *l1sap
/*! \brief Handle a PH-TCH.req from L2 down to L1 */
int trx_sched_tch_req(struct l1sched_trx *l1t, struct osmo_phsap_prim *l1sap);
-/*! \brief PHY informs us of new (current) GSM freme nunmber */
+/*! \brief PHY informs us of new (current) GSM frame number */
int trx_sched_clock(struct gsm_bts *bts, uint32_t fn);
/*! \brief handle an UL burst received by PHY */
diff --git a/include/osmo-bts/scheduler_backend.h b/include/osmo-bts/scheduler_backend.h
index e63b9616..af1cfbf4 100644
--- a/include/osmo-bts/scheduler_backend.h
+++ b/include/osmo-bts/scheduler_backend.h
@@ -29,7 +29,7 @@ struct trx_chan_desc {
trx_sched_dl_func *dl_fn;
/*! \brief function to call when burst received from PHY */
trx_sched_ul_func *ul_fn;
- /*! \breif is this channel automatically active at start? */
+ /*! \brief is this channel automatically active at start? */
int auto_active;
};
extern const struct trx_chan_desc trx_chan_desc[_TRX_CHAN_MAX];