aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/scheduler_backend.h
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/osmo-bts/scheduler_backend.h
parent61d36212b15aca972443a169c6a893590c9709d0 (diff)
cosmetic: fix some typos
Diffstat (limited to 'include/osmo-bts/scheduler_backend.h')
-rw-r--r--include/osmo-bts/scheduler_backend.h2
1 files changed, 1 insertions, 1 deletions
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];