aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-08 17:00:31 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-17 17:38:16 +0200
commit269def78b0d9e7db3d74b6a40faf2742e3d82e1f (patch)
treef7d38b8ea5f2c61e305c96df1d2926832d767309
parent06cdfe4e0dffbf86661c85abc04c0f504907d937 (diff)
cosmetic: fix typo
-rw-r--r--openbsc/include/openbsc/a_iface_bssap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/a_iface_bssap.h b/openbsc/include/openbsc/a_iface_bssap.h
index 41f7213d2..65fbb2802 100644
--- a/openbsc/include/openbsc/a_iface_bssap.h
+++ b/openbsc/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;