aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-03-09 11:39:16 +0100
committerpespin <pespin@sysmocom.de>2023-03-10 13:41:51 +0000
commit39d214fab57dc608f19dafff4e62d0e728341bf8 (patch)
tree7bd4853af66b4ae10749f17f016340bf5cf98530 /include
parentfcb9890675fdbe1b39e309de2f4c58805ee61838 (diff)
cosmetic: gsm_data.h: Fix typo in comment
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 43f687c2b..533be93ca 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -323,7 +323,7 @@ struct gsm_subscriber_connection {
/* flag to prevent multiple simultaneous ciphering commands */
int ciphering_handled;
- /* SCCP connection associatd with this subscriber_connection */
+ /* SCCP connection associated with this subscriber_connection */
struct {
/* SCCP connection related */
struct bsc_msc_data *msc;