From 4e8e726ca33631fc3e26f615863dd88763114db7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 14 May 2018 06:36:59 -0600 Subject: [PATCH] net/udp: Trivial correct in comments due to copy-paste. --- net/udp/udp_conn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/udp/udp_conn.c b/net/udp/udp_conn.c index a842fd4d344..ac45e1173bc 100644 --- a/net/udp/udp_conn.c +++ b/net/udp/udp_conn.c @@ -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. */