From 695c81762c598a76b43ca1f23f3c1da5df40a2d1 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sun, 9 Oct 2016 12:28:34 +0200 Subject: [PATCH] Minor: Fix comment in etharp.c --- src/core/ipv4/etharp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ipv4/etharp.c b/src/core/ipv4/etharp.c index ba92cde4..bf4dad53 100644 --- a/src/core/ipv4/etharp.c +++ b/src/core/ipv4/etharp.c @@ -491,7 +491,7 @@ etharp_update_arp_entry(struct netif *netif, const ip4_addr_t *ipaddr, struct et * * @param ipaddr IP address for the new static entry * @param ethaddr ethernet address for the new static entry - * @return @see return values of etharp_add_static_entry + * @return See return values of etharp_add_static_entry */ err_t etharp_add_static_entry(const ip4_addr_t *ipaddr, struct eth_addr *ethaddr)