Skip to content

Commit

Permalink
Merge pull request RIOT-OS#10960 from kaspar030/fix_DOXYGE
Browse files Browse the repository at this point in the history
gnrc: nib: fix DOXYGE -> DOXYGEN typo
  • Loading branch information
miri64 authored Feb 6, 2019
2 parents 3e5658d + cb45794 commit 945b813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/gnrc/network_layer/ipv6/nib/_nib-slaac.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 945b813

Please sign in to comment.