aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
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 /src/common
parent61d36212b15aca972443a169c6a893590c9709d0 (diff)
cosmetic: fix some typos
Diffstat (limited to 'src/common')
-rw-r--r--src/common/scheduler.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index 27b7630b..121475a9 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -105,7 +105,7 @@ const ubit_t _sched_egprs_tsc[8][78] = {
0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,1,1,1,1,1, },
};
-/*! \brief SCH trainign sequence (TS 05.02 Chapter 5.2.5) */
+/*! \brief SCH training sequence (TS 05.02 Chapter 5.2.5) */
const ubit_t _sched_sch_train[64] = {
1,0,1,1,1,0,0,1,0,1,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,
0,0,1,0,1,1,0,1,0,1,0,0,0,1,0,1,0,1,1,1,0,1,1,0,0,0,0,1,1,0,1,1,
@@ -584,7 +584,7 @@ struct trx_sched_frame {
enum trx_chan_type dl_chan;
/*! \brief downlink block ID */
uint8_t dl_bid;
- /*! \breff uplink TRX channel type */
+ /*! \brief uplink TRX channel type */
enum trx_chan_type ul_chan;
/*! \brief uplink block ID */
uint8_t ul_bid;
@@ -1307,7 +1307,7 @@ struct trx_sched_multiframe {
uint8_t period;
/*! \brief pointer to scheduling structure */
const struct trx_sched_frame *frames;
- /*! \brife human-readable name */
+ /*! \brief human-readable name */
const char *name;
};