From b151301c6c91f8ecc02aa18ee746b02cf61f6fee Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 6 Jul 2016 14:05:08 +0200 Subject: cosmetic: osmo-bts-trx: add comment, fix comment typo Change-Id: Iea62bd98954d0219ba597613cea6db63f7a6b396 --- include/osmo-bts/scheduler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/osmo-bts/scheduler.h b/include/osmo-bts/scheduler.h index b11e6f18..090f5a52 100644 --- a/include/osmo-bts/scheduler.h +++ b/include/osmo-bts/scheduler.h @@ -134,10 +134,10 @@ extern uint32_t trx_rts_advance; extern uint32_t transceiver_last_fn; -/*! \brief Initialize the scheudler data structures */ +/*! \brief Initialize the scheduler data structures */ int trx_sched_init(struct l1sched_trx *l1t, struct gsm_bts_trx *trx); -/*! \brief De-initialize the scheudler data structures */ +/*! \brief De-initialize the scheduler data structures */ void trx_sched_exit(struct l1sched_trx *l1t); /*! \brief Handle a PH-DATA.req from L2 down to L1 */ -- cgit v1.2.3