From af6710f4d433d138c5d1ea57d1e4ab22c86d4385 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 16 Nov 2018 17:45:40 +0100 Subject: fsm: fix apidoc of osmo_fsm_state_name() The api documentation of osmo_fsm_state_name() refers to an FSM instance, but it really means the state of an FSM. Change-Id: I88ddd6048426d380c49170e66f57b3843398c046 --- src/fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsm.c b/src/fsm.c index b5af2e7a..1f6141fa 100644 --- a/src/fsm.c +++ b/src/fsm.c @@ -414,7 +414,7 @@ const char *osmo_fsm_inst_name(struct osmo_fsm_inst *fi) return fi->fsm->name; } -/*! get human-readable name of FSM instance +/*! get human-readable name of FSM state * \param[in] fsm FSM descriptor * \param[in] state FSM state number * \returns string rendering of the FSM state -- cgit v1.2.3