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

Change subject: cosmetic: smscb_message_fsm.c: Fix typo in comment
......................................................................

cosmetic: smscb_message_fsm.c: Fix typo in comment

Change-Id: I2eb15c2401efa9b07a51dbe71997da01aab30bba
---
M src/smscb_message_fsm.c
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  laforge: Looks good to me, approved



diff --git a/src/smscb_message_fsm.c b/src/smscb_message_fsm.c
index 025acb7..0796587 100644
--- a/src/smscb_message_fsm.c
+++ b/src/smscb_message_fsm.c
@@ -287,19 +287,19 @@
 {
        switch (fi->T) {
        case T_WAIT_WRITE_ACK:
-               /* onexit will take care of notifying the user */
+               /* onleave will take care of notifying the user */
                osmo_fsm_inst_state_chg(fi, SMSCB_S_ACTIVE, 0, 0);
                break;
        case T_WAIT_REPLACE_ACK:
-               /* onexit will take care of notifying the user */
+               /* onleave will take care of notifying the user */
                osmo_fsm_inst_state_chg(fi, SMSCB_S_ACTIVE, 0, 0);
                break;
        case T_WAIT_STATUS_ACK:
-               /* onexit will take care of notifying the user */
+               /* onleave will take care of notifying the user */
                osmo_fsm_inst_state_chg(fi, SMSCB_S_ACTIVE, 0, 0);
                break;
        case T_WAIT_DELETE_ACK:
-               /* onexit will take care of notifying the user */
+               /* onleave will take care of notifying the user */
                osmo_fsm_inst_state_chg(fi, SMSCB_S_DELETED, 0, 0);
                break;
        default:



1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/28776
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I2eb15c2401efa9b07a51dbe71997da01aab30bba
Gerrit-Change-Number: 28776
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to