pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/40004?usp=email )
Change subject: cosmetic: Fix typo in API comment description ......................................................................
cosmetic: Fix typo in API comment description
Change-Id: I12546a9a242ad99164c6851921e5bc7eb07cb567 --- M src/xua_asp_fsm.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c index ec149d1..cd60df2 100644 --- a/src/xua_asp_fsm.c +++ b/src/xua_asp_fsm.c @@ -805,7 +805,7 @@ static int ipa_asp_fsm_start(struct osmo_ss7_asp *asp, enum osmo_ss7_asp_role role, int log_level);
-/*! \brief Start a new ASP finite stae machine for given ASP (stored in asp->fi) +/*! \brief Start a new ASP finite state machine for given ASP (stored in asp->fi) * \param[in] asp Application Server Process for which to start FSM * \param[in] role Role (ASP, SG, IPSP) of this FSM * \param[in] log_level Logging Level for ASP FSM logging