From 3c9e05a6d919b0ee16cef3a72d9d5da0783798a9 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Wed, 15 Feb 2017 14:38:34 +0100 Subject: [PATCH] Minor: Fix documentation in netif.h --- src/include/lwip/netif.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/lwip/netif.h b/src/include/lwip/netif.h index a4627bca..37b70b7f 100644 --- a/src/include/lwip/netif.h +++ b/src/include/lwip/netif.h @@ -595,8 +595,7 @@ typedef union * Note: When parsing reason argument, keep in mind that more reasons may be added in the future! * @param netif netif that is affected by change * @param reason change reason - * @param num depends on reason, see reason description - * @param arg depends on reason, see reason description + * @param args depends on reason, see reason description */ typedef void (*netif_ext_callback_fn)(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t* args);