[PATCH] 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
Tue Dec 20 11:07:23 UTC 2016


Review at  https://gerrit.osmocom.org/1458

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/58/1458/1

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: newchange
Gerrit-Change-Id: I5c57e35b29d50cb409becada6b9b120ce5210ae0
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list