net/udp: Trivial correct in comments due to copy-paste.

This commit is contained in:
Gregory Nutt 2018-05-14 06:36:59 -06:00
parent 8befa072a5
commit 4e8e726ca3

View File

@ -346,8 +346,8 @@ static inline FAR struct udp_conn_s *
if ((conn->rport == 0 || udp->srcport == conn->rport) &&
/* If (1) not connected to a remote address, or (2) a all-
* nodes multicast destipaddr was received, or (3) there is an
/* If (1) not connected to a remote address, or (2) a
* broadcast destipaddr was received, or (3) there is an
* exact match between the srcipaddr and the bound remote IP
* address, then accept the packet.
*/