aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-03-21 20:51:55 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-03-28 10:09:11 +0000
commit118a0b890e24086362006cab7d2539e5b76fa396 (patch)
treee4dbd50fab68a55d00b20efb8e32a16dded7ac29
parent0dad52d0b72df8a34a11f4c3e59744cf138f2757 (diff)
libmsc/sgs_iface.c: fix copy-paste error
-rw-r--r--src/libmsc/sgs_iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmsc/sgs_iface.c b/src/libmsc/sgs_iface.c
index 4f262a5c9..f2e74cbee 100644
--- a/src/libmsc/sgs_iface.c
+++ b/src/libmsc/sgs_iface.c
@@ -51,7 +51,7 @@
/* A pointer to the GSM network we work with. By the current paradigm,
* there can only be one gsm_network per MSC. The pointer is set once
- * when calling a_init() */
+ * when calling sgs_iface_init() */
static struct gsm_network *gsm_network = NULL;
static struct osmo_fsm sgs_vlr_reset_fsm;