From d46c75dac99548d4b82f16fa46c4b4a21f673954 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 8 Jun 2017 17:00:31 +0200 Subject: [PATCH] cosmetic: fix typo Change-Id: I2cfea36a5626605ecb72d0f0927ac1a731aa1609 --- include/openbsc/a_iface_bssap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openbsc/a_iface_bssap.h b/include/openbsc/a_iface_bssap.h index 41f7213d2..65fbb2802 100644 --- a/include/openbsc/a_iface_bssap.h +++ b/include/openbsc/a_iface_bssap.h @@ -29,7 +29,7 @@ struct a_conn_info { struct gsm_network *network; }; -/* A structure to pack BSC clling addresses into a list */ +/* A structure to pack BSC calling addresses into a list */ struct a_bsc_addr { struct llist_head list; struct osmo_sccp_addr called_addr;