aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/abis.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-14 19:15:45 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-15 16:17:37 +0200
commita17043f2b46ae50578b0eb52cffc67182a1adc51 (patch)
tree9dd225d22cc5fc7b6ca35186b51cd4c4a193e96b /src/common/abis.c
parentbc7c8a42f32f59b9f62784c21292f92b1e70f4d7 (diff)
cosmetic: fix typo in comment
Diffstat (limited to 'src/common/abis.c')
-rw-r--r--src/common/abis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/abis.c b/src/common/abis.c
index 7503798d..fc877395 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -192,7 +192,7 @@ static void abis_link_failed_onenter(struct osmo_fsm_inst *fi, uint32_t prev_sta
struct gsm_bts *bts = priv->bts;
/* None of the configured BSCs was reachable or there was an existing
- * OML/RSL connection that beoke. Initiate BTS process shut down now. */
+ * OML/RSL connection that broke. Initiate BTS process shut down now. */
bts_model_abis_close(bts);
}