cosmetic: fix typo

Change-Id: I2cfea36a5626605ecb72d0f0927ac1a731aa1609
This commit is contained in:
Philipp Maier 2017-06-08 17:00:31 +02:00 committed by Neels Hofmeyr
parent 2a6629b27e
commit d46c75dac9
1 changed files with 1 additions and 1 deletions

View File

@ -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;