From fed916b852331666fdab5b31d02a21500ce0100b Mon Sep 17 00:00:00 2001 From: goldsimon Date: Tue, 8 Aug 2017 21:03:41 +0200 Subject: [PATCH] tiny doc change to LWIP_HOOK_IP4_ROUTE_SRC --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index bd7bd082..6813faa6 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -2634,8 +2634,8 @@ * Signature: * struct netif *my_hook(const ip4_addr_t *src, const ip4_addr_t *dest); * Arguments: - * - dest: destination IPv4 address * - src: local/source IPv4 address + * - dest: destination IPv4 address * Returns values: * - the destination netif * - NULL if no destination netif is found. In that case, ip_route() continues as normal.