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-18 17:50:09 +0200
commit456d3c44d1adf0ffe0f9684f57bddf7575479e5c (patch)
tree4c9a2bffb167c5e45c366219d4d15e95c67b4227
parent9b5dee4e33fc432898ecfe490e28e0748dea83c9 (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;