Fix some comments to reference ethernet_output now

This commit is contained in:
Dirk Ziegelmeier
2016-08-23 10:23:59 +02:00
parent 18136c047b
commit bae4d6398c
3 changed files with 3 additions and 3 deletions

View File

@@ -876,7 +876,7 @@ etharp_output_to_arp_index(struct netif *netif, struct pbuf *q, u8_t arp_idx)
*
* @return
* - ERR_RTE No route to destination (no gateway to external networks),
* or the return type of either etharp_query() or etharp_send_ip().
* or the return type of either etharp_query() or ethernet_output().
*/
err_t
etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr)