[MERGED] libosmocore[master]: fsm api doc: fix typo in doxygen marker '\breif'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Dec 21 01:18:26 UTC 2016


Neels Hofmeyr has submitted this change and it was merged.

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


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

Change-Id: I5c57e35b29d50cb409becada6b9b120ce5210ae0
---
M include/osmocom/core/fsm.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/core/fsm.h b/include/osmocom/core/fsm.h
index 5a67961..57d9a76 100644
--- a/include/osmocom/core/fsm.h
+++ b/include/osmocom/core/fsm.h
@@ -69,7 +69,7 @@
 	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. */

-- 
To view, visit https://gerrit.osmocom.org/1458
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5c57e35b29d50cb409becada6b9b120ce5210ae0
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list