dexter has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11808 )

Change subject: fsm: fix apidoc of osmo_fsm_state_name()
......................................................................

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
---
M src/fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/fsm.c b/src/fsm.c
index b5af2e7..1f6141f 100644
--- a/src/fsm.c
+++ b/src/fsm.c
@@ -414,7 +414,7 @@
                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

--
To view, visit https://gerrit.osmocom.org/11808
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I88ddd6048426d380c49170e66f57b3843398c046
Gerrit-Change-Number: 11808
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: dexter <[email protected]>

Reply via email to