cosmetic: Fix typo in comment

Change-Id: Ic167bb4e12c657f917ad4f76ef65f46753c5f7a5
This commit is contained in:
Pau Espin 2021-08-25 12:40:36 +02:00
parent 017ba1fa30
commit 35ff852379
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ static void sgs_ue_fsm_associated(struct osmo_fsm_inst *fi, uint32_t event, void
/* Note: We are already in SGS_UE_ST_ASSOCIATED but the
* transition that lead us here had is guarded with Ts6-1,
* wo we change the state now once more without timeout
* so we change the state now once more without timeout
* to ensure the timer is stopped */
osmo_fsm_inst_state_chg(fi, SGS_UE_ST_ASSOCIATED, 0, 0);
break;