neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/32319 )
Change subject: fix comment typo ......................................................................
fix comment typo
Change-Id: I5c38f47cdf21d4e787341bf68e1e63c713003bbd --- M include/osmocom/bsc/gsm_data.h 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified neels: Looks good to me, approved
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h index 7779449..6e81610 100644 --- a/include/osmocom/bsc/gsm_data.h +++ b/include/osmocom/bsc/gsm_data.h @@ -883,7 +883,7 @@
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 */ };