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

nc: minor doc fix

This commit is contained in:
Cenk Gündoğan 2015-10-20 22:02:21 +02:00
parent 390e6c0e9a
commit f796f6339c

View File

@ -147,7 +147,7 @@ typedef struct {
vtimer_t nbr_adv_timer;
#ifdef MODULE_GNRC_SIXLOWPAN_ND_ROUTER
vtimer_t type_timeout; /**< Timer for type transissions */
vtimer_t type_timeout; /**< Timer for type transmissions */
eui64_t eui64; /**< the unique EUI-64 of the neighbor (might be
* different from L2 address, if l2_addr_len == 2) */
#endif