<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13951">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fix typo in FSM description<br><br>Change-Id: I3559e9c0769b708cee0d1b221b60960c62f15bd4<br>---<br>M src/fsm.c<br>1 file changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/fsm.c b/src/fsm.c</span><br><span>index c32767b..882a2b4 100644</span><br><span>--- a/src/fsm.c</span><br><span>+++ b/src/fsm.c</span><br><span>@@ -47,15 +47,15 @@</span><br><span>  *  The general idea is that all actions performed within one state are</span><br><span>  *  located at one position in the code (the state's action function),</span><br><span>  *  as opposed to the 'message-centric' view of e.g. the existing</span><br><span style="color: hsl(0, 100%, 40%);">- *  state machines of the LAPD(m) coe, where there is one message for</span><br><span style="color: hsl(0, 100%, 40%);">- *  eahc possible event (primitive), and the function then needs to</span><br><span style="color: hsl(120, 100%, 40%);">+ *  state machines of the LAPD(m) core, where there is one message for</span><br><span style="color: hsl(120, 100%, 40%);">+ *  each possible event (primitive), and the function then needs to</span><br><span>  *  concern itself on how to handle that event over all possible states.</span><br><span>  *</span><br><span>  *  For each state, there is a bit-mask of permitted input events for</span><br><span>  *  this state, as well as a bit-mask of permitted new output states to</span><br><span>  *  which the state can change.  Furthermore, there is a function</span><br><span>  *  pointer implementing the actual handling of the input events</span><br><span style="color: hsl(0, 100%, 40%);">- *  occurring whilst in thta state.</span><br><span style="color: hsl(120, 100%, 40%);">+ *  occurring whilst in that state.</span><br><span>  *</span><br><span>  *  Furthermore, each state offers a function pointer that can be</span><br><span>  *  executed just before leaving a state, and another one just after</span><br><span>@@ -84,7 +84,7 @@</span><br><span>  *  NOTICE level is used for all other subscribers.</span><br><span>  *</span><br><span>  *  In order to attach private state to the \ref osmo_fsm_inst, it</span><br><span style="color: hsl(0, 100%, 40%);">- *  offers an opaque priv pointer.</span><br><span style="color: hsl(120, 100%, 40%);">+ *  offers an opaque private pointer.</span><br><span>  *</span><br><span>  * \file fsm.c */</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13951">change 13951</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13951"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I3559e9c0769b708cee0d1b221b60960c62f15bd4 </div>
<div style="display:none"> Gerrit-Change-Number: 13951 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>