From 42b59c1bf080a5ae785f576ba749afdf3bde598d Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 20 Dec 2016 12:06:05 +0100 Subject: fsm api doc: fix typo in doxygen marker '\breif' Change-Id: I5c57e35b29d50cb409becada6b9b120ce5210ae0 --- include/osmocom/core/fsm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom') 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. */ -- cgit v1.2.3