1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #2941 from cgundogan/ng_ipv6_netif_doc_fix2

ng_ipv6/netif: doc fix (interfaces => interface)
This commit is contained in:
Martine Lenders 2015-05-09 18:36:36 +02:00
commit 5ec625b06c

View File

@ -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.