We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07be589 commit 7261632Copy full SHA for 7261632
sys/net/gnrc/routing/rpl/gnrc_rpl_dodag.c
@@ -238,7 +238,7 @@ bool _float_dodag(gnrc_rpl_dodag_t *dodag)
238
239
evtimer_del(&gnrc_rpl_evtimer, float_event);
240
241
- /* find address on iterface that matches the prefix of the old dodag */
+ /* find address on interface that matches the prefix of the old dodag */
242
gnrc_netif_t *netif = gnrc_netif_get_by_pid(dodag->iface);
243
int idx = gnrc_netif_ipv6_addr_match(netif, &dodag->dodag_id);
244
if (idx < 0) {
0 commit comments