aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/fsm.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-20 12:06:05 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-20 12:39:32 +0100
commit42b59c1bf080a5ae785f576ba749afdf3bde598d (patch)
tree305aedbf6b70353df42ea112e270b48eff62e1f7 /include/osmocom/core/fsm.h
parent2ae5f186929a720b5604e2bd19ef54606b37fb87 (diff)
fsm api doc: fix typo in doxygen marker '\breif'
Diffstat (limited to 'include/osmocom/core/fsm.h')
-rw-r--r--include/osmocom/core/fsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/fsm.h b/include/osmocom/core/fsm.h
index 5a679615..57d9a76c 100644
--- a/include/osmocom/core/fsm.h
+++ b/include/osmocom/core/fsm.h
@@ -69,7 +69,7 @@ struct osmo_fsm {
uint32_t allstate_event_mask;
/*! \brief function pointer to be called for allstate events */
void (*allstate_action)(struct osmo_fsm_inst *fi, uint32_t event, void *data);
- /*! \breif clean-up function, called during termination */
+ /*! \brief clean-up function, called during termination */
void (*cleanup)(struct osmo_fsm_inst *fi, enum osmo_fsm_term_cause cause);
/*! \brief timer call-back for states with time-out.
* \returns 1 to request termination, 0 to keep running. */