diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2019-03-25 15:57:09 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2019-03-25 15:57:09 +0700 |
commit | 2f65bb1b0108702c52ef6c66d5c46a1b4544d445 (patch) | |
tree | 654ed9199831c5e3c0f8eb0a1c1fe9d700ad6d4a /src/fsm.c | |
parent | 9f2814283e88fa73f06dd591eed5dbc41ca4e638 (diff) |
Doxygen: fix incorrect / missing parameter description
Change-Id: Ibc63a5d4442a192efab8b5b30e0beb3545642ecc
Diffstat (limited to 'src/fsm.c')
-rw-r--r-- | src/fsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |