pespin submitted this change.
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(-)
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:
To view, visit change 28776. To unsubscribe, or for help writing mail filters, visit settings.