From e432014a8828c0b5bbe775d5b8aa8a75a8a6c05f Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Mon, 10 Feb 2014 13:04:09 +0100 Subject: [PATCH] netif: Update header file documentation IPv6 output method referenced old method name. --- src/include/lwip/netif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/netif.h b/src/include/lwip/netif.h index b2c8d87a..35fee3c8 100644 --- a/src/include/lwip/netif.h +++ b/src/include/lwip/netif.h @@ -123,7 +123,7 @@ typedef err_t (*netif_output_fn)(struct netif *netif, struct pbuf *p, ip_addr_t *ipaddr); #if LWIP_IPV6 /** Function prototype for netif->output_ip6 functions. Called by lwIP when a packet - * shall be sent. For ethernet netif, set this to 'nd_output' and set + * shall be sent. For ethernet netif, set this to 'ethip6_output' and set * 'linkoutput'. * * @param netif The netif which shall send a packet