diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-12-20 12:06:05 +0100 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-12-20 12:39:32 +0100 |
commit | 42b59c1bf080a5ae785f576ba749afdf3bde598d (patch) | |
tree | 305aedbf6b70353df42ea112e270b48eff62e1f7 /include/osmocom/core | |
parent | 2ae5f186929a720b5604e2bd19ef54606b37fb87 (diff) |
fsm api doc: fix typo in doxygen marker '\breif'
Change-Id: I5c57e35b29d50cb409becada6b9b120ce5210ae0
Diffstat (limited to 'include/osmocom/core')
-rw-r--r-- | include/osmocom/core/fsm.h | 2 |
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. */ |