From 35ff852379ed1d8168918f29b9f5faea4203d663 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 25 Aug 2021 12:40:36 +0200 Subject: [PATCH] cosmetic: Fix typo in comment Change-Id: Ic167bb4e12c657f917ad4f76ef65f46753c5f7a5 --- src/libvlr/vlr_sgs_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvlr/vlr_sgs_fsm.c b/src/libvlr/vlr_sgs_fsm.c index af26ca49e..2771cf5ce 100644 --- a/src/libvlr/vlr_sgs_fsm.c +++ b/src/libvlr/vlr_sgs_fsm.c @@ -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;