aboutsummaryrefslogtreecommitdiffstats
path: root/src/nacc_fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nacc_fsm.c')
-rw-r--r--src/nacc_fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nacc_fsm.c b/src/nacc_fsm.c
index d2702d47..9a5f5b5e 100644
--- a/src/nacc_fsm.c
+++ b/src/nacc_fsm.c
@@ -53,7 +53,7 @@ static const struct osmo_tdef_state_timeout nacc_fsm_timeouts[32] = {
[NACC_ST_DONE] = {},
};
-/* Transition to a state, using the T timer defined in assignment_fsm_timeouts.
+/* Transition to a state, using the T timer defined in nacc_fsm_timeouts.
* The actual timeout value is in turn obtained from conn->T_defs.
* Assumes local variable fi exists. */