aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-04-15 00:06:48 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-04-15 00:07:05 +0200
commita4cc4ef8eaffb2daa63f89b58b8680b9f6fe4547 (patch)
tree9169c25564bde95ad64500173d872cd57404cbde /include
parent2dfffad7e3a5b6bb68189d33168caf167a2dfbea (diff)
fix comment typo
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 777944908..6e8161086 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -883,7 +883,7 @@ struct all_allocated {
struct bsc_sccp_inst {
struct osmo_sccp_instance *sccp; /* backpointer */
- /* rbtree root of 'sstruct gsm_subscriber_connection' in this instance, ordered by conn_id */
+ /* rbtree root of 'struct bscp_sccp_conn_node' in this instance, ordered by conn_id */
struct rb_root connections;
uint32_t next_id; /* next id to allocate */
};