aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-12-12 16:57:50 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-12-12 16:57:50 +0100
commit59bab0187cab7fce52eb2a9fe484c598243a349e (patch)
tree6edde36604d8f9244ef852128f6fedccce910288
parent00ec53c0571228d056b9d1f8a3420eeb9e5b8c5c (diff)
cosmetic: Fix typo in function doc
-rw-r--r--src/xua_asp_fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c
index cc94ac7..cc9a13a 100644
--- a/src/xua_asp_fsm.c
+++ b/src/xua_asp_fsm.c
@@ -1180,7 +1180,7 @@ struct osmo_fsm ipa_asp_fsm = {
};
-/*! \brief Start a new ASP finite stae machine for given ASP
+/*! \brief Start a new ASP finite state machine for given ASP
* \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