>From 82286046516c3f399976551dfce0c23163763d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20F=2E=20Wittenberger?= Date: Wed, 29 Apr 2020 18:07:14 +0200 Subject: [PATCH] lwIP: fix prototype in comment --- libraries/liblwipcore/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblwipcore/lwipopts.h b/libraries/liblwipcore/lwipopts.h index e6ac39a..d176f97 100644 --- a/libraries/liblwipcore/lwipopts.h +++ b/libraries/liblwipcore/lwipopts.h @@ -2945,7 +2945,7 @@ happening sooner than they should. * LWIP_HOOK_IP6_ROUTE(src, dest): * Called from ip_route() (IPv6) * Signature:\code{.c} - * struct netif *my_hook(const ip6_addr_t *dest, const ip6_addr_t *src); + * struct netif *my_hook(const ip6_addr_t *src, const ip6_addr_t *dest); * \endcode * Arguments: * - src: source IPv6 address -- 2.11.0