aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-06 14:05:08 +0200
committerHarald Welte <laforge@gnumonks.org>2016-07-09 19:50:50 +0000
commitb151301c6c91f8ecc02aa18ee746b02cf61f6fee (patch)
tree87f31819516c13649c66ed5c4837464e634b1713 /include
parent1c1b0e843d50b3bc6d82bb78e09242a4d0b7b21f (diff)
cosmetic: osmo-bts-trx: add comment, fix comment typo
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/scheduler.h4
1 files changed, 2 insertions, 2 deletions
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 */