neels has uploaded this change for review.

View Change

fix comment typo

Change-Id: I5c38f47cdf21d4e787341bf68e1e63c713003bbd
---
M include/osmocom/bsc/gsm_data.h
1 file changed, 10 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/19/32319/1
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 */
};

To view, visit change 32319. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I5c38f47cdf21d4e787341bf68e1e63c713003bbd
Gerrit-Change-Number: 32319
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: newchange