Change in osmo-pcu[master]: Fix typos in comments documenting fsm st chg macro

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/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Aug 23 16:28:29 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/25095 )

Change subject: Fix typos in comments documenting fsm st chg macro
......................................................................

Fix typos in comments documenting fsm st chg macro

Change-Id: I8f1cef5810c84441f7d6d2fbe5b3106e0ae71b69
---
M src/nacc_fsm.c
M src/tbf_fsm.h
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved
  osmith: Looks good to me, but someone else must approve



diff --git a/src/nacc_fsm.c b/src/nacc_fsm.c
index d2702d4..9a5f5b5 100644
--- a/src/nacc_fsm.c
+++ b/src/nacc_fsm.c
@@ -53,7 +53,7 @@
 	[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. */
 
diff --git a/src/tbf_fsm.h b/src/tbf_fsm.h
index 1874bc3..9d2919d 100644
--- a/src/tbf_fsm.h
+++ b/src/tbf_fsm.h
@@ -57,7 +57,7 @@
 };
 
 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) \

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/25095
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I8f1cef5810c84441f7d6d2fbe5b3106e0ae71b69
Gerrit-Change-Number: 25095
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210823/bffd47c9/attachment.htm>


More information about the gerrit-log mailing list