pespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/76/28776/1
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: