Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23c435f7 authored by Ville Nuorvala's avatar Ville Nuorvala Committed by David S. Miller
Browse files

[SCTP]: Fix minor typo

parent e320af1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -821,7 +821,7 @@ static int sctp_send_asconf_del_ip(struct sock *sk,
 * addrs is a pointer to an array of one or more socket addresses. Each
 * address is contained in its appropriate structure (i.e. struct
 * sockaddr_in or struct sockaddr_in6) the family of the address type
 * must be used to distengish the address length (note that this
 * must be used to distinguish the address length (note that this
 * representation is termed a "packed array" of addresses). The caller
 * specifies the number of addresses in the array with addrcnt.
 *