mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Fix buggy comment.
This commit is contained in:
parent
fe1696cef7
commit
1fe4edbe1c
@ -54,7 +54,7 @@ u8_t ip_addr_isbroadcast(struct ip_addr *addr, struct netif *netif)
|
|||||||
return 1;
|
return 1;
|
||||||
/* no broadcast support on this network interface? */
|
/* no broadcast support on this network interface? */
|
||||||
else if ((netif->flags & NETIF_FLAG_BROADCAST) == 0)
|
else if ((netif->flags & NETIF_FLAG_BROADCAST) == 0)
|
||||||
/* the given address cannot be a broadcast address */
|
/* the given address cannot be a broadcast address
|
||||||
* nor can we check against any broadcast addresses */
|
* nor can we check against any broadcast addresses */
|
||||||
return 0;
|
return 0;
|
||||||
/* address matches network interface address exactly? => no broadcast */
|
/* address matches network interface address exactly? => no broadcast */
|
||||||
|
Loading…
Reference in New Issue
Block a user