Fixed comment typo.

This commit is contained in:
likewise 2003-02-04 18:50:30 +00:00
parent 70d54479a1
commit 987e9df948

View File

@ -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);