fix comment in ran_peer.h

Change-Id: Iff985dfe28265d32cae6a931636d5018a439d39e
This commit is contained in:
Neels Hofmeyr 2020-09-23 01:33:56 +02:00
parent cbcfe9918b
commit 754def9c7d
1 changed files with 1 additions and 1 deletions

View File

@ -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;