Skip to content

Commit 7261632

Browse files
committed
fixup! gnrc/rpl: float DODAG during local repair
1 parent 07be589 commit 7261632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/net/gnrc/routing/rpl/gnrc_rpl_dodag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ bool _float_dodag(gnrc_rpl_dodag_t *dodag)
238238

239239
evtimer_del(&gnrc_rpl_evtimer, float_event);
240240

241-
/* find address on iterface that matches the prefix of the old dodag */
241+
/* find address on interface that matches the prefix of the old dodag */
242242
gnrc_netif_t *netif = gnrc_netif_get_by_pid(dodag->iface);
243243
int idx = gnrc_netif_ipv6_addr_match(netif, &dodag->dodag_id);
244244
if (idx < 0) {

0 commit comments

Comments
 (0)