aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/msc/ran_peer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/ran_peer.h b/include/osmocom/msc/ran_peer.h
index bdca3177a..c936d5c5d 100644
--- a/include/osmocom/msc/ran_peer.h
+++ b/include/osmocom/msc/ran_peer.h
@@ -42,7 +42,7 @@ struct neighbor_ident_entry;
* list is kept in sccp_ran_inst. For convenience, see ran_peer_for_each_ran_conn().
*/
struct ran_peer {
- /* Entry in sccp_ran_inst->ran_conns */
+ /* Entry in sccp_ran_inst->ran_peers */
struct llist_head entry;
struct sccp_ran_inst *sri;