cosmetic: fix typo in comment

Change-Id: I0e4fdad66c0bad849a7b960cf78f9f45b56fcb95
This commit is contained in:
Pau Espin 2021-09-14 19:15:45 +02:00
parent bc7c8a42f3
commit a17043f2b4
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}