From eed5d6ea16ddcaa0f6a21e4d64f5f51c92d0d9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Sat, 9 May 2015 10:22:56 +0200 Subject: [PATCH] ng_ipv6/netif: doc fix (interfaces => interface) --- sys/include/net/ng_ipv6/netif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/ng_ipv6/netif.h b/sys/include/net/ng_ipv6/netif.h index 5144ed0e1f..b5dae702df 100644 --- a/sys/include/net/ng_ipv6/netif.h +++ b/sys/include/net/ng_ipv6/netif.h @@ -228,7 +228,7 @@ kernel_pid_t ng_ipv6_netif_find_by_prefix(ng_ipv6_addr_t **out, /** * @brief Searches for the first address matching a prefix best on an - * interfaces. + * interface. * * @param[in] pid The PID to the interface. * @param[in] prefix The prefix you want to search for.