fsm api doc: fix typo in doxygen marker '\breif'

Change-Id: I5c57e35b29d50cb409becada6b9b120ce5210ae0
This commit is contained in:
Neels Hofmeyr 2016-12-20 12:06:05 +01:00
parent 2ae5f18692
commit 42b59c1bf0
1 changed files with 1 additions and 1 deletions

View File

@ -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. */