Change in osmo-bsc[master]: bsc_subscr_conn_fsm: Fix a typo in the comment life->live

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

ipse gerrit-no-reply at lists.osmocom.org
Sat May 9 16:53:18 UTC 2020


ipse has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/18161 )


Change subject: bsc_subscr_conn_fsm: Fix a typo in the comment life->live
......................................................................

bsc_subscr_conn_fsm: Fix a typo in the comment life->live

Change-Id: Ideba357678a59e3f314a0d618d181a233a43b4de
---
M src/osmo-bsc/bsc_subscr_conn_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/61/18161/1

diff --git a/src/osmo-bsc/bsc_subscr_conn_fsm.c b/src/osmo-bsc/bsc_subscr_conn_fsm.c
index a96adb3..77d5d1a 100644
--- a/src/osmo-bsc/bsc_subscr_conn_fsm.c
+++ b/src/osmo-bsc/bsc_subscr_conn_fsm.c
@@ -117,7 +117,7 @@
 		return -ENOMEM;
 
 	/* Make sure that we only attempt to send SCCP messages if we have
-	 * a life SCCP connection. Otherwise drop the message. */
+	 * a live SCCP connection. Otherwise drop the message. */
 	if (conn->fi->state == ST_INIT || conn->fi->state == ST_WAIT_CC) {
 		LOGPFSML(conn->fi, LOGL_ERROR, "No active SCCP connection, dropping message\n");
 		msgb_free(msg);

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ideba357678a59e3f314a0d618d181a233a43b4de
Gerrit-Change-Number: 18161
Gerrit-PatchSet: 1
Gerrit-Owner: ipse <Alexander.Chemeris at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200509/fa8b0cbd/attachment.htm>


More information about the gerrit-log mailing list