aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-11-16 17:45:40 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2018-11-16 17:45:40 +0100
commitaf6710f4d433d138c5d1ea57d1e4ab22c86d4385 (patch)
tree15b5b349106f59dc09f9246ca0766c0407fe8cfe
parent086b345414ef17b305b5c624fbdbc4bf0f855042 (diff)
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
-rw-r--r--src/fsm.c2
1 files changed, 1 insertions, 1 deletions
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