mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
Parts of patch #8397 Typos corrected in comments and text outputs
This commit is contained in:
@@ -698,7 +698,7 @@ nd6_tmr(void)
|
||||
default_router_list[i].invalidation_timer -= ND6_TMR_INTERVAL / 1000;
|
||||
}
|
||||
if (default_router_list[i].invalidation_timer < ND6_TMR_INTERVAL / 1000) {
|
||||
/* Less than 1 second remainig. Clear this entry. */
|
||||
/* Less than 1 second remaining. Clear this entry. */
|
||||
default_router_list[i].neighbor_entry->isrouter = 0;
|
||||
default_router_list[i].neighbor_entry = NULL;
|
||||
default_router_list[i].invalidation_timer = 0;
|
||||
|
||||
Reference in New Issue
Block a user