Fixed comment typo.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user