gnrc: nib: fix DOXYGE -> DOXYGEN

This commit is contained in:
Kaspar Schleiser 2019-02-06 13:01:40 +01:00
parent 3e5658d407
commit cb457941db

View File

@ -45,7 +45,7 @@ void _auto_configure_addr(gnrc_netif_t *netif, const ipv6_addr_t *pfx,
#define _auto_configure_addr(netif, pfx, pfx_len) \ #define _auto_configure_addr(netif, pfx, pfx_len) \
(void)netif; (void)pfx; (void)pfx_len; (void)netif; (void)pfx; (void)pfx_len;
#endif /* GNRC_IPV6_NIB_CONF_6LN || GNRC_IPV6_NIB_CONF_SLAAC */ #endif /* GNRC_IPV6_NIB_CONF_6LN || GNRC_IPV6_NIB_CONF_SLAAC */
#if GNRC_IPV6_NIB_CONF_SLAAC || defined(DOXYGE) #if GNRC_IPV6_NIB_CONF_SLAAC || defined(DOXYGEN)
/** /**
* @brief Removes a tentative address from the interface and tries to * @brief Removes a tentative address from the interface and tries to
* reconfigure a new address * reconfigure a new address