mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 21:41:28 +00:00
Fixed comment typo.
This commit is contained in:
parent
70d54479a1
commit
987e9df948
@ -88,7 +88,7 @@ err_t udp_send (struct udp_pcb *pcb, struct pbuf *p);
|
||||
#define udp_setflags(pcb, f) ((pcb)->flags = (f))
|
||||
|
||||
|
||||
/* The following functions is the lower layer interface to UDP. */
|
||||
/* The following functions are the lower layer interface to UDP. */
|
||||
u8_t udp_lookup (struct ip_hdr *iphdr, struct netif *inp);
|
||||
void udp_input (struct pbuf *p, struct netif *inp);
|
||||
void udp_init (void);
|
||||
|
Loading…
Reference in New Issue
Block a user