diff --git a/sys/net/gnrc/network_layer/ipv6/nib/_nib-slaac.h b/sys/net/gnrc/network_layer/ipv6/nib/_nib-slaac.h index 76264c82ce2acf2a753be82646e7fe66c5b14056..cb87eba964bdf358007a986e332445e430177eb1 100644 --- a/sys/net/gnrc/network_layer/ipv6/nib/_nib-slaac.h +++ b/sys/net/gnrc/network_layer/ipv6/nib/_nib-slaac.h @@ -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) \ (void)netif; (void)pfx; (void)pfx_len; #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 * reconfigure a new address