fixed typo in docs

This commit is contained in:
goldsimon 2017-05-11 21:26:34 +02:00
parent 46f2e25ce0
commit 20fd844935

View File

@ -123,7 +123,7 @@ ip4_set_default_multicast_netif(struct netif* default_multicast_netif)
#ifdef LWIP_HOOK_IP4_ROUTE_SRC #ifdef LWIP_HOOK_IP4_ROUTE_SRC
/** /**
* Source based IPv4 routing must be fully implemented in * Source based IPv4 routing must be fully implemented in
* LWIP_HOOK_IP4_ROUTE_SRC(). This function only provides he parameters. * LWIP_HOOK_IP4_ROUTE_SRC(). This function only provides the parameters.
*/ */
struct netif * struct netif *
ip4_route_src(const ip4_addr_t *dest, const ip4_addr_t *src) ip4_route_src(const ip4_addr_t *dest, const ip4_addr_t *src)