Fix typos in comments documenting fsm st chg macro

Change-Id: I8f1cef5810c84441f7d6d2fbe5b3106e0ae71b69
This commit is contained in:
Pau Espin 2021-07-29 13:46:34 +02:00
parent fbc1baa139
commit 628d881247
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ static const struct osmo_tdef_state_timeout nacc_fsm_timeouts[32] = {
[NACC_ST_DONE] = {},
};
/* Transition to a state, using the T timer defined in assignment_fsm_timeouts.
/* Transition to a state, using the T timer defined in nacc_fsm_timeouts.
* The actual timeout value is in turn obtained from conn->T_defs.
* Assumes local variable fi exists. */

View File

@ -57,7 +57,7 @@ struct tbf_fsm_ctx {
};
extern const struct osmo_tdef_state_timeout tbf_fsm_timeouts[32];
/* Transition to a state, using the T timer defined in assignment_fsm_timeouts.
/* Transition to a state, using the T timer defined in tbf_fsm_timeouts.
* The actual timeout value is in turn obtained from conn->T_defs.
* Assumes local variable fi exists. */
#define tbf_fsm_state_chg(fi, NEXT_STATE) \