summaryrefslogtreecommitdiffstats
path: root/src/fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fsm.c')
-rw-r--r--src/fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsm.c b/src/fsm.c
index 5723bab4..d86ff4b5 100644
--- a/src/fsm.c
+++ b/src/fsm.c
@@ -395,7 +395,7 @@ void osmo_fsm_inst_change_parent(struct osmo_fsm_inst *fi,
}
/*! delete a given instance of a FSM
- * \param[in] fsm The FSM to be un-registered and deleted
+ * \param[in] fi FSM instance to be un-registered and deleted
*/
void osmo_fsm_inst_free(struct osmo_fsm_inst *fi)
{