aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-08-23 11:35:21 +0200
committerOliver Smith <osmith@sysmocom.de>2019-08-23 11:58:19 +0200
commit258856b329beff7571f9ab092f8c9e5d95ac50f6 (patch)
treeb3afd7864717c9c5a1b975f01d0419e916382eb2
parentca8aa071271eeef2011afa4764df72b811aa61f3 (diff)
Cosmetic: virtual: l1sap.c: fix typos
-rw-r--r--src/osmo-bts-virtual/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-virtual/l1_if.c b/src/osmo-bts-virtual/l1_if.c
index d0c368ee..0e776518 100644
--- a/src/osmo-bts-virtual/l1_if.c
+++ b/src/osmo-bts-virtual/l1_if.c
@@ -121,7 +121,7 @@ static void virt_um_rcv_cb(struct virt_um_inst *vui, struct msgb *msg)
l1sap.u.rach_ind.acc_delay = 0; /* probably not used in virt um */
l1sap.u.rach_ind.is_11bit = 0;
l1sap.u.rach_ind.fn = fn;
- /* we don't rally know which RACH bursrt type the virtual MS is using, as this field is not
+ /* we don't really know which RACH burst type the virtual MS is using, as this field is not
* part of information present in the GSMTAP header. So we simply report all of them as 0 */
l1sap.u.rach_ind.burst_type = GSM_L1_BURST_TYPE_ACCESS_0;
break;