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

ng_ipv6/netif: doc fix (interfaces => interface)

This commit is contained in:
Cenk Gündoğan 2015-05-09 10:22:56 +02:00
parent 2682c38ee8
commit eed5d6ea16

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.