aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-08-25 12:40:36 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-08-25 12:40:36 +0200
commit35ff852379ed1d8168918f29b9f5faea4203d663 (patch)
tree3e900ab805a9381a040861b34105d427ab461332
parent017ba1fa300f24699ccb8a05e7640562e557c903 (diff)
cosmetic: Fix typo in comment
-rw-r--r--src/libvlr/vlr_sgs_fsm.c2
1 files changed, 1 insertions, 1 deletions
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;