aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/proto_trxd.c
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/proto_trxd.c')
-rw-r--r--Transceiver52M/proto_trxd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/proto_trxd.c b/Transceiver52M/proto_trxd.c
index fbef77a..5a898b9 100644
--- a/Transceiver52M/proto_trxd.c
+++ b/Transceiver52M/proto_trxd.c
@@ -72,7 +72,7 @@ bool trxd_send_burst_ind_v0(size_t chan, int fd, const struct trx_ul_burst_ind *
if(bi->idle)
return true;
- /* +2: Historically (OpenBTS times), two extra non-used bytes are sent appeneded to each burst */
+ /* +2: Historically (OpenBTS times), two extra non-used bytes are sent appended to each burst */
char buf[sizeof(struct trxd_hdr_v0) + bi->nbits + 2];
struct trxd_hdr_v0* pkt = (struct trxd_hdr_v0*)buf;