From 987e9df948cd01fd619c527122ab00ec03716451 Mon Sep 17 00:00:00 2001 From: likewise Date: Tue, 4 Feb 2003 18:50:30 +0000 Subject: [PATCH] Fixed comment typo. --- src/include/lwip/udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/udp.h b/src/include/lwip/udp.h index 09144e2e..6d674569 100644 --- a/src/include/lwip/udp.h +++ b/src/include/lwip/udp.h @@ -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);