fix comment in ran_peer.h

Change-Id: Iff985dfe28265d32cae6a931636d5018a439d39e
diff --git a/include/osmocom/msc/ran_peer.h b/include/osmocom/msc/ran_peer.h
index bdca317..c936d5c 100644
--- a/include/osmocom/msc/ran_peer.h
+++ b/include/osmocom/msc/ran_peer.h
@@ -42,7 +42,7 @@
  * 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;