From 7a99d2f8e93f81ffda60991b9adbb6680cf7e9cc Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Tue, 24 Jan 2017 11:39:34 +0100 Subject: [PATCH] Fix documentation on netif_index_to_name --- src/core/netif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/netif.c b/src/core/netif.c index 787e018e..5522f3f1 100644 --- a/src/core/netif.c +++ b/src/core/netif.c @@ -1298,7 +1298,7 @@ netif_name_to_index(const char *name) * Return the interface name for the netif matching index * or NULL if not found/on error * -* @param index the interface index of the netif +* @param idx the interface index of the netif * @param name char buffer of at least IF_NAMESIZE bytes */ char *